COLOR #1195FA

HEX: #1195FA
RGB: (17,149,250)

Color info

#1195FA contains mainly blue color. Web safe color of #1195FA is #0099FF (or #09F).

RGB color model

#1195FA color RGB value is (17,149,250).

  • red value is 17;
  • green value is 149;
  • blue value is 250.
RGB:
(17,149,250)
(7%,58%,98%)

RGB channels and saturation

R 17 of 255 = 7%
G 149 of 255 = 58%
B 250 of 255 = 98%

17
149
250

R + G + B ~ 54%. #1195FA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
17 + 149 + 250 = 416 (100%)
R 17 of 416 ~ 4.09%
G 149 of 416 ~ 35.82%
B 250 of 416 ~ 60.1%

%35.82
%60.1

CMYK color model

#1195FA color CMYK value is (93,40,0,2).

  • cyan value is 93.20%
  • magenta value is 40.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(93,40,0,2)
C93M40Y0K2 
(93%,40%,0%,2%)
(0.93/0.40/0.00/0.02)	

CMYK percentages

%93.2
%40.4
%0
%1.96

Codes

Color #1195FA in popluar color models

1195FA
RGB17149250
HSL206°95.88%52.35%
HSB/HSV206°93.20%98.04%
CMYK93.20%40.40%0.00%
1.96%

Color #1195FA in popluar number systems.

HEX1195FA
Decimal17149250
Binary100011001010111111010
Octal21225372

Shades and tints

Shades of #1195FA

#1195FA
(17,149,250)
#1088E4
(16,136,228)
#0F7BCE
(15,123,206)
#0E6EB8
(14,110,184)
#0D61A2
(13,97,162)
#0C548C
(12,84,140)
#0B4776
(11,71,118)
#0A3A60
(10,58,96)
#092D4A
(9,45,74)
#082034
(8,32,52)
#07131E
(7,19,30)
#000000
(0,0,0)

Tints of #1195FA

#1195FA
(17,149,250)
#269EFA
(38,158,250)
#3BA7FA
(59,167,250)
#50B0FA
(80,176,250)
#65B9FA
(101,185,250)
#7AC2FA
(122,194,250)
#8FCBFA
(143,203,250)
#A4D4FA
(164,212,250)
#B9DDFA
(185,221,250)
#CEE6FA
(206,230,250)
#E3EFFA
(227,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1195FA color. Also use rgb(17,149,250) instead hex code.

Text Font Color

.myTextColor { color: #1195FA; }

<p style="color:#1195FA">This sample text font color is #1195FA.</p>

This text font color is #1195FA.


Background Color

.myBgColor { background-color: #1195FA; }

<div style="background-color:#1195FA">Inner text</div>

This div background color is #1195FA.


Border color

.myBorderColor { border: 1px solid #1195FA; }

<div style="border:3px solid #1195FA">Div</div>

This div border color is #1195FA.


Opacity

.myOpacity80 { color: #1195FA; opacity: 0.8; }

<p style="color:#1195FA;opacity:0.8;">80%</p>

Text with #1195FA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1195FA;}

<p style="text-shadow: 3px 3px 1px #1195FA">Text here.</p>

This text has shadow with #1195FA color.

.textShadow {text-shadow: 3px 3px 1px #1195FA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1195FA, 5px 5px 20px red">Text here.</p>

This text has shadow with #1195FA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1195FA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1195FA, Direction=45, Strength=4)">Text</p>

This text has shadow with #1195FA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #1195FA;
  -webkit-box-shadow:	1px 1px 3px 2px #1195FA;
  box-shadow:		1px 1px 3px 2px #1195FA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1195FA;
-webkit-box-shadow: 1px 1px 3px 2px #1195FA;
box-shadow:1px 1px 3px 2px #1195FA;">
Div content here</div>
This div box has shadow with color #1195FA.

Preview

Color preview on black background

This text has color #1195FA on black background.


Color preview on white background

This text has color #1195FA on white background.



Black color preview on #1195FA background

This text has black color on #1195FA background.


White color preview on #1195FA background

This text has white color on #1195FA background.