Shades of Dodger Blue #1185FA
Tints of Dodger Blue #1185FA
RGB
CMYK
RGB Variations
Color information
#1185FA (or 0x1185FA) is known color: Dodger Blue. HEX triplet: 11, 85 and FA. RGB value is (17,133,250). Sum of RGB (Red+Green+Blue) = 17+133+250=400 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #1185FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1185FA is #EE7A05. Grayscale: #6F6F6F. Windows color (decimal): -15628806 or 16418065. OLE color: 16418065.
HSL color Cylindrical-coordinate representation of color #1185FA: hue angle of 210.13º 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 #1185FA is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 133 | 250 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.02 |
| HSL | 210.13º | 0.96% | 0.52% | - |
| HSV(B) | 210.13º | 0.93% | 0.98% | - |
| XYZ | 25.87 | 23.8 | 93.67 | - |
| YUV | 111.65 | 206.07 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 250 | 0.93 | 0.47 | 0 | 0.02 | 210.13 | 0.96 | 0.52 |
| Hex | 11 | 85 | FA | 5D | 2F | 0 | 2 | D2 | 60 | 34 |
| Octal | 21 | 205 | 372 | 135 | 57 | 0 | 2 | 322 | 140 | 64 |
| Binary | 10001 | 10000101 | 11111010 | 1011101 | 101111 | 0 | 10 | 11010010 | 1100000 | 110100 |
Color Harmonies of #1185FA
Complementary color
Monochromatic Colors of #1185FA
Black with #1185FA
Text Example
Text Example
White with #1185FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1185FA; }
p { color: rgb(17,133,250); }
H1.HeaderClassName
{
color: #1185FA;
}
.AnyTagClassName
{
color: #1185FA;
}
</style>
background-color css
<style>
a { background-color: #1185FA; }
a { background-color: rgb(17,133,250); }
div.DivClassName
{
background-color: #1185FA;
}
.BgClassName
{
background-color: #1185FA;
}
</style>
border-color css
<style>
span { border-color: #1185FA; }
span { border-color: rgb(17,133,250); }
td.TdClassName
{
border-color: #1185FA;
}
.TagClassName
{
border-color: #1185FA;
}
</style>