Shades of Dodger Blue #129EFC
Tints of Dodger Blue #129EFC
RGB
CMYK
RGB Variations
Color information
#129EFC (or 0x129EFC) is known color: Dodger Blue. HEX triplet: 12, 9E and FC. RGB value is (18,158,252). Sum of RGB (Red+Green+Blue) = 18+158+252=428 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.21% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #129EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129EFC is #ED6103. Grayscale: #7E7E7E. Windows color (decimal): -15556868 or 16555538. OLE color: 16555538.
HSL color Cylindrical-coordinate representation of color #129EFC: hue angle of 204.1º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129EFC is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 158 | 252 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.01 |
| HSL | 204.1º | 0.98% | 0.53% | - |
| HSV(B) | 204.1º | 0.93% | 0.99% | - |
| XYZ | 30.05 | 31.61 | 96.61 | - |
| YUV | 126.86 | 198.62 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 252 | 0.93 | 0.37 | 0 | 0.01 | 204.1 | 0.98 | 0.53 |
| Hex | 12 | 9E | FC | 5D | 25 | 0 | 1 | CC | 62 | 35 |
| Octal | 22 | 236 | 374 | 135 | 45 | 0 | 1 | 314 | 142 | 65 |
| Binary | 10010 | 10011110 | 11111100 | 1011101 | 100101 | 0 | 1 | 11001100 | 1100010 | 110101 |
Color Harmonies of #129EFC
Complementary color
Monochromatic Colors of #129EFC
Black with #129EFC
Text Example
Text Example
White with #129EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129EFC; }
p { color: rgb(18,158,252); }
H1.HeaderClassName
{
color: #129EFC;
}
.AnyTagClassName
{
color: #129EFC;
}
</style>
background-color css
<style>
a { background-color: #129EFC; }
a { background-color: rgb(18,158,252); }
div.DivClassName
{
background-color: #129EFC;
}
.BgClassName
{
background-color: #129EFC;
}
</style>
border-color css
<style>
span { border-color: #129EFC; }
span { border-color: rgb(18,158,252); }
td.TdClassName
{
border-color: #129EFC;
}
.TagClassName
{
border-color: #129EFC;
}
</style>