Shades of Dodger Blue #028AF2
Tints of Dodger Blue #028AF2
RGB
CMYK
RGB Variations
Color information
#028AF2 (or 0x028AF2) is known color: Dodger Blue. HEX triplet: 02, 8A and F2. RGB value is (2,138,242). Sum of RGB (Red+Green+Blue) = 2+138+242=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 242 (94.92% from 255 or 63.35% from 382); Max value from RGB is 242 - color contains mainly: blue. Hex color #028AF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028AF2 is #FD750D. Grayscale: #6C6C6C. Windows color (decimal): -16610574 or 15895042. OLE color: 15895042.
HSL color Cylindrical-coordinate representation of color #028AF2: hue angle of 206º 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 #028AF2 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 138 | 242 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.05 |
| HSL | 206º | 0.98% | 0.48% | - |
| HSV(B) | 206º | 0.99% | 0.95% | - |
| XYZ | 25.14 | 24.6 | 87.43 | - |
| YUV | 109.19 | 202.94 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 138 | 242 | 0.99 | 0.43 | 0 | 0.05 | 206 | 0.98 | 0.48 |
| Hex | 2 | 8A | F2 | 63 | 2B | 0 | 5 | CE | 62 | 30 |
| Octal | 2 | 212 | 362 | 143 | 53 | 0 | 5 | 316 | 142 | 60 |
| Binary | 10 | 10001010 | 11110010 | 1100011 | 101011 | 0 | 101 | 11001110 | 1100010 | 110000 |
Color Harmonies of #028AF2
Complementary color
Monochromatic Colors of #028AF2
Black with #028AF2
Text Example
Text Example
White with #028AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028AF2; }
p { color: rgb(2,138,242); }
H1.HeaderClassName
{
color: #028AF2;
}
.AnyTagClassName
{
color: #028AF2;
}
</style>
background-color css
<style>
a { background-color: #028AF2; }
a { background-color: rgb(2,138,242); }
div.DivClassName
{
background-color: #028AF2;
}
.BgClassName
{
background-color: #028AF2;
}
</style>
border-color css
<style>
span { border-color: #028AF2; }
span { border-color: rgb(2,138,242); }
td.TdClassName
{
border-color: #028AF2;
}
.TagClassName
{
border-color: #028AF2;
}
</style>