Shades of Dodger Blue #129BEA
Tints of Dodger Blue #129BEA
RGB
CMYK
RGB Variations
Color information
#129BEA (or 0x129BEA) is known color: Dodger Blue. HEX triplet: 12, 9B and EA. RGB value is (18,155,234). Sum of RGB (Red+Green+Blue) = 18+155+234=407 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.42% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #129BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129BEA is #ED6415. Grayscale: #7A7A7A. Windows color (decimal): -15557654 or 15375122. OLE color: 15375122.
HSL color Cylindrical-coordinate representation of color #129BEA: hue angle of 201.94º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129BEA is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 155 | 234 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.08 |
| HSL | 201.94º | 0.86% | 0.49% | - |
| HSV(B) | 201.94º | 0.92% | 0.92% | - |
| XYZ | 26.82 | 29.51 | 82.12 | - |
| YUV | 123.04 | 190.61 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 234 | 0.92 | 0.34 | 0 | 0.08 | 201.94 | 0.86 | 0.49 |
| Hex | 12 | 9B | EA | 5C | 22 | 0 | 8 | CA | 56 | 31 |
| Octal | 22 | 233 | 352 | 134 | 42 | 0 | 10 | 312 | 126 | 61 |
| Binary | 10010 | 10011011 | 11101010 | 1011100 | 100010 | 0 | 1000 | 11001010 | 1010110 | 110001 |
Color Harmonies of #129BEA
Complementary color
Monochromatic Colors of #129BEA
Black with #129BEA
Text Example
Text Example
White with #129BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129BEA; }
p { color: rgb(18,155,234); }
H1.HeaderClassName
{
color: #129BEA;
}
.AnyTagClassName
{
color: #129BEA;
}
</style>
background-color css
<style>
a { background-color: #129BEA; }
a { background-color: rgb(18,155,234); }
div.DivClassName
{
background-color: #129BEA;
}
.BgClassName
{
background-color: #129BEA;
}
</style>
border-color css
<style>
span { border-color: #129BEA; }
span { border-color: rgb(18,155,234); }
td.TdClassName
{
border-color: #129BEA;
}
.TagClassName
{
border-color: #129BEA;
}
</style>