Shades of Dodger Blue #029AFB
Tints of Dodger Blue #029AFB
RGB
CMYK
RGB Variations
Color information
#029AFB (or 0x029AFB) is known color: Dodger Blue. HEX triplet: 02, 9A and FB. RGB value is (2,154,251). Sum of RGB (Red+Green+Blue) = 2+154+251=407 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #029AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029AFB is #FD6504. Grayscale: #777777. Windows color (decimal): -16606469 or 16488962. OLE color: 16488962.
HSL color Cylindrical-coordinate representation of color #029AFB: hue angle of 203.37º 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 #029AFB is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 154 | 251 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.02 |
| HSL | 203.37º | 0.98% | 0.5% | - |
| HSV(B) | 203.37º | 0.99% | 0.98% | - |
| XYZ | 28.99 | 30.09 | 95.55 | - |
| YUV | 119.61 | 202.14 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 154 | 251 | 0.99 | 0.39 | 0 | 0.02 | 203.37 | 0.98 | 0.5 |
| Hex | 2 | 9A | FB | 63 | 27 | 0 | 2 | CB | 62 | 32 |
| Octal | 2 | 232 | 373 | 143 | 47 | 0 | 2 | 313 | 142 | 62 |
| Binary | 10 | 10011010 | 11111011 | 1100011 | 100111 | 0 | 10 | 11001011 | 1100010 | 110010 |
Color Harmonies of #029AFB
Complementary color
Monochromatic Colors of #029AFB
Black with #029AFB
Text Example
Text Example
White with #029AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029AFB; }
p { color: rgb(2,154,251); }
H1.HeaderClassName
{
color: #029AFB;
}
.AnyTagClassName
{
color: #029AFB;
}
</style>
background-color css
<style>
a { background-color: #029AFB; }
a { background-color: rgb(2,154,251); }
div.DivClassName
{
background-color: #029AFB;
}
.BgClassName
{
background-color: #029AFB;
}
</style>
border-color css
<style>
span { border-color: #029AFB; }
span { border-color: rgb(2,154,251); }
td.TdClassName
{
border-color: #029AFB;
}
.TagClassName
{
border-color: #029AFB;
}
</style>