Shades of Dodger Blue #129BF2
Tints of Dodger Blue #129BF2
RGB
CMYK
RGB Variations
Color information
#129BF2 (or 0x129BF2) is known color: Dodger Blue. HEX triplet: 12, 9B and F2. RGB value is (18,155,242). Sum of RGB (Red+Green+Blue) = 18+155+242=415 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.34% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 242 (94.92% from 255 or 58.31% from 415); Max value from RGB is 242 - color contains mainly: blue. Hex color #129BF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129BF2 is #ED640D. Grayscale: #7B7B7B. Windows color (decimal): -15557646 or 15899410. OLE color: 15899410.
HSL color Cylindrical-coordinate representation of color #129BF2: hue angle of 203.3º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129BF2 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 155 | 242 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.05 |
| HSL | 203.3º | 0.9% | 0.51% | - |
| HSV(B) | 203.3º | 0.93% | 0.95% | - |
| XYZ | 28 | 29.98 | 88.32 | - |
| YUV | 123.96 | 194.61 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 242 | 0.93 | 0.36 | 0 | 0.05 | 203.3 | 0.9 | 0.51 |
| Hex | 12 | 9B | F2 | 5D | 24 | 0 | 5 | CB | 5A | 33 |
| Octal | 22 | 233 | 362 | 135 | 44 | 0 | 5 | 313 | 132 | 63 |
| Binary | 10010 | 10011011 | 11110010 | 1011101 | 100100 | 0 | 101 | 11001011 | 1011010 | 110011 |
Color Harmonies of #129BF2
Complementary color
Monochromatic Colors of #129BF2
Black with #129BF2
Text Example
Text Example
White with #129BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129BF2; }
p { color: rgb(18,155,242); }
H1.HeaderClassName
{
color: #129BF2;
}
.AnyTagClassName
{
color: #129BF2;
}
</style>
background-color css
<style>
a { background-color: #129BF2; }
a { background-color: rgb(18,155,242); }
div.DivClassName
{
background-color: #129BF2;
}
.BgClassName
{
background-color: #129BF2;
}
</style>
border-color css
<style>
span { border-color: #129BF2; }
span { border-color: rgb(18,155,242); }
td.TdClassName
{
border-color: #129BF2;
}
.TagClassName
{
border-color: #129BF2;
}
</style>