Shades of Dodger Blue #029AF1
Tints of Dodger Blue #029AF1
RGB
CMYK
RGB Variations
Color information
#029AF1 (or 0x029AF1) is known color: Dodger Blue. HEX triplet: 02, 9A and F1. RGB value is (2,154,241). Sum of RGB (Red+Green+Blue) = 2+154+241=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #029AF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029AF1 is #FD650E. Grayscale: #757575. Windows color (decimal): -16606479 or 15833602. OLE color: 15833602.
HSL color Cylindrical-coordinate representation of color #029AF1: hue angle of 201.84º 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 #029AF1 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 154 | 241 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.05 |
| HSL | 201.84º | 0.98% | 0.48% | - |
| HSV(B) | 201.84º | 0.99% | 0.95% | - |
| XYZ | 27.46 | 29.47 | 87.46 | - |
| YUV | 118.47 | 197.14 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 154 | 241 | 0.99 | 0.36 | 0 | 0.05 | 201.84 | 0.98 | 0.48 |
| Hex | 2 | 9A | F1 | 63 | 24 | 0 | 5 | CA | 62 | 30 |
| Octal | 2 | 232 | 361 | 143 | 44 | 0 | 5 | 312 | 142 | 60 |
| Binary | 10 | 10011010 | 11110001 | 1100011 | 100100 | 0 | 101 | 11001010 | 1100010 | 110000 |
Color Harmonies of #029AF1
Complementary color
Monochromatic Colors of #029AF1
Black with #029AF1
Text Example
Text Example
White with #029AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029AF1; }
p { color: rgb(2,154,241); }
H1.HeaderClassName
{
color: #029AF1;
}
.AnyTagClassName
{
color: #029AF1;
}
</style>
background-color css
<style>
a { background-color: #029AF1; }
a { background-color: rgb(2,154,241); }
div.DivClassName
{
background-color: #029AF1;
}
.BgClassName
{
background-color: #029AF1;
}
</style>
border-color css
<style>
span { border-color: #029AF1; }
span { border-color: rgb(2,154,241); }
td.TdClassName
{
border-color: #029AF1;
}
.TagClassName
{
border-color: #029AF1;
}
</style>