Shades of Dodger Blue #129CEF
Tints of Dodger Blue #129CEF
RGB
CMYK
RGB Variations
Color information
#129CEF (or 0x129CEF) is known color: Dodger Blue. HEX triplet: 12, 9C and EF. RGB value is (18,156,239). Sum of RGB (Red+Green+Blue) = 18+156+239=413 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.36% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #129CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129CEF is #ED6310. Grayscale: #7B7B7B. Windows color (decimal): -15557393 or 15703058. OLE color: 15703058.
HSL color Cylindrical-coordinate representation of color #129CEF: hue angle of 202.53º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129CEF is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 156 | 239 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.06 |
| HSL | 202.53º | 0.87% | 0.5% | - |
| HSV(B) | 202.53º | 0.92% | 0.94% | - |
| XYZ | 27.72 | 30.14 | 86.02 | - |
| YUV | 124.2 | 192.78 | 52.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 239 | 0.92 | 0.35 | 0 | 0.06 | 202.53 | 0.87 | 0.5 |
| Hex | 12 | 9C | EF | 5C | 23 | 0 | 6 | CB | 57 | 32 |
| Octal | 22 | 234 | 357 | 134 | 43 | 0 | 6 | 313 | 127 | 62 |
| Binary | 10010 | 10011100 | 11101111 | 1011100 | 100011 | 0 | 110 | 11001011 | 1010111 | 110010 |
Color Harmonies of #129CEF
Complementary color
Monochromatic Colors of #129CEF
Black with #129CEF
Text Example
Text Example
White with #129CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129CEF; }
p { color: rgb(18,156,239); }
H1.HeaderClassName
{
color: #129CEF;
}
.AnyTagClassName
{
color: #129CEF;
}
</style>
background-color css
<style>
a { background-color: #129CEF; }
a { background-color: rgb(18,156,239); }
div.DivClassName
{
background-color: #129CEF;
}
.BgClassName
{
background-color: #129CEF;
}
</style>
border-color css
<style>
span { border-color: #129CEF; }
span { border-color: rgb(18,156,239); }
td.TdClassName
{
border-color: #129CEF;
}
.TagClassName
{
border-color: #129CEF;
}
</style>