Shades of Dodger Blue #029FFC
Tints of Dodger Blue #029FFC
RGB
CMYK
RGB Variations
Color information
#029FFC (or 0x029FFC) is known color: Dodger Blue. HEX triplet: 02, 9F and FC. RGB value is (2,159,252). Sum of RGB (Red+Green+Blue) = 2+159+252=413 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #029FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029FFC is #FD6003. Grayscale: #7A7A7A. Windows color (decimal): -16605188 or 16555778. OLE color: 16555778.
HSL color Cylindrical-coordinate representation of color #029FFC: hue angle of 202.32º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029FFC is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 159 | 252 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.01 |
| HSL | 202.32º | 0.98% | 0.5% | - |
| HSV(B) | 202.32º | 0.99% | 0.99% | - |
| XYZ | 29.99 | 31.84 | 96.66 | - |
| YUV | 122.66 | 200.99 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 252 | 0.99 | 0.37 | 0 | 0.01 | 202.32 | 0.98 | 0.5 |
| Hex | 2 | 9F | FC | 63 | 25 | 0 | 1 | CA | 62 | 32 |
| Octal | 2 | 237 | 374 | 143 | 45 | 0 | 1 | 312 | 142 | 62 |
| Binary | 10 | 10011111 | 11111100 | 1100011 | 100101 | 0 | 1 | 11001010 | 1100010 | 110010 |
Color Harmonies of #029FFC
Complementary color
Monochromatic Colors of #029FFC
Black with #029FFC
Text Example
Text Example
White with #029FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029FFC; }
p { color: rgb(2,159,252); }
H1.HeaderClassName
{
color: #029FFC;
}
.AnyTagClassName
{
color: #029FFC;
}
</style>
background-color css
<style>
a { background-color: #029FFC; }
a { background-color: rgb(2,159,252); }
div.DivClassName
{
background-color: #029FFC;
}
.BgClassName
{
background-color: #029FFC;
}
</style>
border-color css
<style>
span { border-color: #029FFC; }
span { border-color: rgb(2,159,252); }
td.TdClassName
{
border-color: #029FFC;
}
.TagClassName
{
border-color: #029FFC;
}
</style>