Shades of Dodger Blue #029BF1
Tints of Dodger Blue #029BF1
RGB
CMYK
RGB Variations
Color information
#029BF1 (or 0x029BF1) is known color: Dodger Blue. HEX triplet: 02, 9B and F1. RGB value is (2,155,241). Sum of RGB (Red+Green+Blue) = 2+155+241=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #029BF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029BF1 is #FD640E. Grayscale: #767676. Windows color (decimal): -16606223 or 15833858. OLE color: 15833858.
HSL color Cylindrical-coordinate representation of color #029BF1: hue angle of 201.59º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029BF1 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 155 | 241 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.05 |
| HSL | 201.59º | 0.98% | 0.48% | - |
| HSV(B) | 201.59º | 0.99% | 0.95% | - |
| XYZ | 27.62 | 29.81 | 87.52 | - |
| YUV | 119.06 | 196.81 | 44.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 155 | 241 | 0.99 | 0.36 | 0 | 0.05 | 201.59 | 0.98 | 0.48 |
| Hex | 2 | 9B | F1 | 63 | 24 | 0 | 5 | CA | 62 | 30 |
| Octal | 2 | 233 | 361 | 143 | 44 | 0 | 5 | 312 | 142 | 60 |
| Binary | 10 | 10011011 | 11110001 | 1100011 | 100100 | 0 | 101 | 11001010 | 1100010 | 110000 |
Color Harmonies of #029BF1
Complementary color
Monochromatic Colors of #029BF1
Black with #029BF1
Text Example
Text Example
White with #029BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029BF1; }
p { color: rgb(2,155,241); }
H1.HeaderClassName
{
color: #029BF1;
}
.AnyTagClassName
{
color: #029BF1;
}
</style>
background-color css
<style>
a { background-color: #029BF1; }
a { background-color: rgb(2,155,241); }
div.DivClassName
{
background-color: #029BF1;
}
.BgClassName
{
background-color: #029BF1;
}
</style>
border-color css
<style>
span { border-color: #029BF1; }
span { border-color: rgb(2,155,241); }
td.TdClassName
{
border-color: #029BF1;
}
.TagClassName
{
border-color: #029BF1;
}
</style>