Shades of Dodger Blue #029BFF
Tints of Dodger Blue #029BFF
RGB
CMYK
RGB Variations
Color information
#029BFF (or 0x029BFF) is known color: Dodger Blue. HEX triplet: 02, 9B and FF. RGB value is (2,155,255). Sum of RGB (Red+Green+Blue) = 2+155+255=412 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #029BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029BFF is #FD6400. Grayscale: #787878. Windows color (decimal): -16606209 or 16751362. OLE color: 16751362.
HSL color Cylindrical-coordinate representation of color #029BFF: hue angle of 203.72º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029BFF is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 155 | 255 | - |
| CMYK | 0.99 | 0.39 | 0 | 0 |
| HSL | 203.72º | 1% | 0.5% | - |
| HSV(B) | 203.72º | 0.99% | 1% | - |
| XYZ | 29.8 | 30.68 | 98.96 | - |
| YUV | 120.65 | 203.81 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 155 | 255 | 0.99 | 0.39 | 0 | 0 | 203.72 | 1 | 0.5 |
| Hex | 2 | 9B | FF | 63 | 27 | 0 | 0 | CC | 64 | 32 |
| Octal | 2 | 233 | 377 | 143 | 47 | 0 | 0 | 314 | 144 | 62 |
| Binary | 10 | 10011011 | 11111111 | 1100011 | 100111 | 0 | 0 | 11001100 | 1100100 | 110010 |
Color Harmonies of #029BFF
Complementary color
Monochromatic Colors of #029BFF
Black with #029BFF
Text Example
Text Example
White with #029BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029BFF; }
p { color: rgb(2,155,255); }
H1.HeaderClassName
{
color: #029BFF;
}
.AnyTagClassName
{
color: #029BFF;
}
</style>
background-color css
<style>
a { background-color: #029BFF; }
a { background-color: rgb(2,155,255); }
div.DivClassName
{
background-color: #029BFF;
}
.BgClassName
{
background-color: #029BFF;
}
</style>
border-color css
<style>
span { border-color: #029BFF; }
span { border-color: rgb(2,155,255); }
td.TdClassName
{
border-color: #029BFF;
}
.TagClassName
{
border-color: #029BFF;
}
</style>