Shades of Dodger Blue #1191FA
Tints of Dodger Blue #1191FA
RGB
CMYK
RGB Variations
Color information
#1191FA (or 0x1191FA) is known color: Dodger Blue. HEX triplet: 11, 91 and FA. RGB value is (17,145,250). Sum of RGB (Red+Green+Blue) = 17+145+250=412 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.13% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #1191FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1191FA is #EE6E05. Grayscale: #767676. Windows color (decimal): -15625734 or 16421137. OLE color: 16421137.
HSL color Cylindrical-coordinate representation of color #1191FA: hue angle of 207.04º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1191FA is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 145 | 250 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.02 |
| HSL | 207.04º | 0.96% | 0.52% | - |
| HSV(B) | 207.04º | 0.93% | 0.98% | - |
| XYZ | 27.61 | 27.27 | 94.25 | - |
| YUV | 118.7 | 202.09 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 145 | 250 | 0.93 | 0.42 | 0 | 0.02 | 207.04 | 0.96 | 0.52 |
| Hex | 11 | 91 | FA | 5D | 2A | 0 | 2 | CF | 60 | 34 |
| Octal | 21 | 221 | 372 | 135 | 52 | 0 | 2 | 317 | 140 | 64 |
| Binary | 10001 | 10010001 | 11111010 | 1011101 | 101010 | 0 | 10 | 11001111 | 1100000 | 110100 |
Color Harmonies of #1191FA
Complementary color
Monochromatic Colors of #1191FA
Black with #1191FA
Text Example
Text Example
White with #1191FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1191FA; }
p { color: rgb(17,145,250); }
H1.HeaderClassName
{
color: #1191FA;
}
.AnyTagClassName
{
color: #1191FA;
}
</style>
background-color css
<style>
a { background-color: #1191FA; }
a { background-color: rgb(17,145,250); }
div.DivClassName
{
background-color: #1191FA;
}
.BgClassName
{
background-color: #1191FA;
}
</style>
border-color css
<style>
span { border-color: #1191FA; }
span { border-color: rgb(17,145,250); }
td.TdClassName
{
border-color: #1191FA;
}
.TagClassName
{
border-color: #1191FA;
}
</style>