Shades of Dodger Blue #1180FA
Tints of Dodger Blue #1180FA
RGB
CMYK
RGB Variations
Color information
#1180FA (or 0x1180FA) is known color: Dodger Blue. HEX triplet: 11, 80 and FA. RGB value is (17,128,250). Sum of RGB (Red+Green+Blue) = 17+128+250=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #1180FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1180FA is #EE7F05. Grayscale: #6C6C6C. Windows color (decimal): -15630086 or 16416785. OLE color: 16416785.
HSL color Cylindrical-coordinate representation of color #1180FA: hue angle of 211.42º 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 #1180FA is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 128 | 250 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.02 |
| HSL | 211.42º | 0.96% | 0.52% | - |
| HSV(B) | 211.42º | 0.93% | 0.98% | - |
| XYZ | 25.21 | 22.46 | 93.45 | - |
| YUV | 108.72 | 207.73 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 250 | 0.93 | 0.49 | 0 | 0.02 | 211.42 | 0.96 | 0.52 |
| Hex | 11 | 80 | FA | 5D | 31 | 0 | 2 | D3 | 60 | 34 |
| Octal | 21 | 200 | 372 | 135 | 61 | 0 | 2 | 323 | 140 | 64 |
| Binary | 10001 | 10000000 | 11111010 | 1011101 | 110001 | 0 | 10 | 11010011 | 1100000 | 110100 |
Color Harmonies of #1180FA
Complementary color
Monochromatic Colors of #1180FA
Black with #1180FA
Text Example
Text Example
White with #1180FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1180FA; }
p { color: rgb(17,128,250); }
H1.HeaderClassName
{
color: #1180FA;
}
.AnyTagClassName
{
color: #1180FA;
}
</style>
background-color css
<style>
a { background-color: #1180FA; }
a { background-color: rgb(17,128,250); }
div.DivClassName
{
background-color: #1180FA;
}
.BgClassName
{
background-color: #1180FA;
}
</style>
border-color css
<style>
span { border-color: #1180FA; }
span { border-color: rgb(17,128,250); }
td.TdClassName
{
border-color: #1180FA;
}
.TagClassName
{
border-color: #1180FA;
}
</style>