Shades of Dodger Blue #029FFE
Tints of Dodger Blue #029FFE
RGB
CMYK
RGB Variations
Color information
#029FFE (or 0x029FFE) is known color: Dodger Blue. HEX triplet: 02, 9F and FE. RGB value is (2,159,254). Sum of RGB (Red+Green+Blue) = 2+159+254=415 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #029FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029FFE is #FD6001. Grayscale: #7A7A7A. Windows color (decimal): -16605186 or 16686850. OLE color: 16686850.
HSL color Cylindrical-coordinate representation of color #029FFE: hue angle of 202.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029FFE is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 159 | 254 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.00 |
| HSL | 202.62º | 0.99% | 0.5% | - |
| HSV(B) | 202.62º | 0.99% | 1% | - |
| XYZ | 30.31 | 31.96 | 98.34 | - |
| YUV | 122.89 | 201.99 | 41.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 254 | 0.99 | 0.37 | 0 | 0.00 | 202.62 | 0.99 | 0.5 |
| Hex | 2 | 9F | FE | 63 | 25 | 0 | 0 | CB | 63 | 32 |
| Octal | 2 | 237 | 376 | 143 | 45 | 0 | 0 | 313 | 143 | 62 |
| Binary | 10 | 10011111 | 11111110 | 1100011 | 100101 | 0 | 0 | 11001011 | 1100011 | 110010 |
Color Harmonies of #029FFE
Complementary color
Monochromatic Colors of #029FFE
Black with #029FFE
Text Example
Text Example
White with #029FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029FFE; }
p { color: rgb(2,159,254); }
H1.HeaderClassName
{
color: #029FFE;
}
.AnyTagClassName
{
color: #029FFE;
}
</style>
background-color css
<style>
a { background-color: #029FFE; }
a { background-color: rgb(2,159,254); }
div.DivClassName
{
background-color: #029FFE;
}
.BgClassName
{
background-color: #029FFE;
}
</style>
border-color css
<style>
span { border-color: #029FFE; }
span { border-color: rgb(2,159,254); }
td.TdClassName
{
border-color: #029FFE;
}
.TagClassName
{
border-color: #029FFE;
}
</style>