Shades of Dodger Blue #1184FA
Tints of Dodger Blue #1184FA
RGB
CMYK
RGB Variations
Color information
#1184FA (or 0x1184FA) is known color: Dodger Blue. HEX triplet: 11, 84 and FA. RGB value is (17,132,250). Sum of RGB (Red+Green+Blue) = 17+132+250=399 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.26% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #1184FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1184FA is #EE7B05. Grayscale: #6E6E6E. Windows color (decimal): -15629062 or 16417809. OLE color: 16417809.
HSL color Cylindrical-coordinate representation of color #1184FA: hue angle of 210.39º 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 #1184FA is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 132 | 250 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.02 |
| HSL | 210.39º | 0.96% | 0.52% | - |
| HSV(B) | 210.39º | 0.93% | 0.98% | - |
| XYZ | 25.74 | 23.52 | 93.63 | - |
| YUV | 111.07 | 206.4 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 250 | 0.93 | 0.47 | 0 | 0.02 | 210.39 | 0.96 | 0.52 |
| Hex | 11 | 84 | FA | 5D | 2F | 0 | 2 | D2 | 60 | 34 |
| Octal | 21 | 204 | 372 | 135 | 57 | 0 | 2 | 322 | 140 | 64 |
| Binary | 10001 | 10000100 | 11111010 | 1011101 | 101111 | 0 | 10 | 11010010 | 1100000 | 110100 |
Color Harmonies of #1184FA
Complementary color
Monochromatic Colors of #1184FA
Black with #1184FA
Text Example
Text Example
White with #1184FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1184FA; }
p { color: rgb(17,132,250); }
H1.HeaderClassName
{
color: #1184FA;
}
.AnyTagClassName
{
color: #1184FA;
}
</style>
background-color css
<style>
a { background-color: #1184FA; }
a { background-color: rgb(17,132,250); }
div.DivClassName
{
background-color: #1184FA;
}
.BgClassName
{
background-color: #1184FA;
}
</style>
border-color css
<style>
span { border-color: #1184FA; }
span { border-color: rgb(17,132,250); }
td.TdClassName
{
border-color: #1184FA;
}
.TagClassName
{
border-color: #1184FA;
}
</style>