Shades of Dodger Blue #029FFB
Tints of Dodger Blue #029FFB
RGB
CMYK
RGB Variations
Color information
#029FFB (or 0x029FFB) is known color: Dodger Blue. HEX triplet: 02, 9F and FB. RGB value is (2,159,251). Sum of RGB (Red+Green+Blue) = 2+159+251=412 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #029FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029FFB is #FD6004. Grayscale: #7A7A7A. Windows color (decimal): -16605189 or 16490242. OLE color: 16490242.
HSL color Cylindrical-coordinate representation of color #029FFB: hue angle of 202.17º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029FFB is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 159 | 251 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.02 |
| HSL | 202.17º | 0.98% | 0.5% | - |
| HSV(B) | 202.17º | 0.99% | 0.98% | - |
| XYZ | 29.84 | 31.77 | 95.83 | - |
| YUV | 122.55 | 200.49 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 251 | 0.99 | 0.37 | 0 | 0.02 | 202.17 | 0.98 | 0.5 |
| Hex | 2 | 9F | FB | 63 | 25 | 0 | 2 | CA | 62 | 32 |
| Octal | 2 | 237 | 373 | 143 | 45 | 0 | 2 | 312 | 142 | 62 |
| Binary | 10 | 10011111 | 11111011 | 1100011 | 100101 | 0 | 10 | 11001010 | 1100010 | 110010 |
Color Harmonies of #029FFB
Complementary color
Monochromatic Colors of #029FFB
Black with #029FFB
Text Example
Text Example
White with #029FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029FFB; }
p { color: rgb(2,159,251); }
H1.HeaderClassName
{
color: #029FFB;
}
.AnyTagClassName
{
color: #029FFB;
}
</style>
background-color css
<style>
a { background-color: #029FFB; }
a { background-color: rgb(2,159,251); }
div.DivClassName
{
background-color: #029FFB;
}
.BgClassName
{
background-color: #029FFB;
}
</style>
border-color css
<style>
span { border-color: #029FFB; }
span { border-color: rgb(2,159,251); }
td.TdClassName
{
border-color: #029FFB;
}
.TagClassName
{
border-color: #029FFB;
}
</style>