Shades of Dodger Blue #129CED
Tints of Dodger Blue #129CED
RGB
CMYK
RGB Variations
Color information
#129CED (or 0x129CED) is known color: Dodger Blue. HEX triplet: 12, 9C and ED. RGB value is (18,156,237). Sum of RGB (Red+Green+Blue) = 18+156+237=411 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.38% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #129CED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129CED is #ED6312. Grayscale: #7B7B7B. Windows color (decimal): -15557395 or 15571986. OLE color: 15571986.
HSL color Cylindrical-coordinate representation of color #129CED: hue angle of 202.19º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129CED is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 156 | 237 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.07 |
| HSL | 202.19º | 0.86% | 0.5% | - |
| HSV(B) | 202.19º | 0.92% | 0.93% | - |
| XYZ | 27.42 | 30.02 | 84.47 | - |
| YUV | 123.97 | 191.78 | 52.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 237 | 0.92 | 0.34 | 0 | 0.07 | 202.19 | 0.86 | 0.5 |
| Hex | 12 | 9C | ED | 5C | 22 | 0 | 7 | CA | 56 | 32 |
| Octal | 22 | 234 | 355 | 134 | 42 | 0 | 7 | 312 | 126 | 62 |
| Binary | 10010 | 10011100 | 11101101 | 1011100 | 100010 | 0 | 111 | 11001010 | 1010110 | 110010 |
Color Harmonies of #129CED
Complementary color
Monochromatic Colors of #129CED
Black with #129CED
Text Example
Text Example
White with #129CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129CED; }
p { color: rgb(18,156,237); }
H1.HeaderClassName
{
color: #129CED;
}
.AnyTagClassName
{
color: #129CED;
}
</style>
background-color css
<style>
a { background-color: #129CED; }
a { background-color: rgb(18,156,237); }
div.DivClassName
{
background-color: #129CED;
}
.BgClassName
{
background-color: #129CED;
}
</style>
border-color css
<style>
span { border-color: #129CED; }
span { border-color: rgb(18,156,237); }
td.TdClassName
{
border-color: #129CED;
}
.TagClassName
{
border-color: #129CED;
}
</style>