Shades of Dodger Blue #028AF0
Tints of Dodger Blue #028AF0
RGB
CMYK
RGB Variations
Color information
#028AF0 (or 0x028AF0) is known color: Dodger Blue. HEX triplet: 02, 8A and F0. RGB value is (2,138,240). Sum of RGB (Red+Green+Blue) = 2+138+240=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 240 (94.14% from 255 or 63.16% from 380); Max value from RGB is 240 - color contains mainly: blue. Hex color #028AF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028AF0 is #FD750F. Grayscale: #6C6C6C. Windows color (decimal): -16610576 or 15763970. OLE color: 15763970.
HSL color Cylindrical-coordinate representation of color #028AF0: hue angle of 205.71º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028AF0 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 138 | 240 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.06 |
| HSL | 205.71º | 0.98% | 0.47% | - |
| HSV(B) | 205.71º | 0.99% | 0.94% | - |
| XYZ | 24.84 | 24.48 | 85.85 | - |
| YUV | 108.96 | 201.94 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 138 | 240 | 0.99 | 0.42 | 0 | 0.06 | 205.71 | 0.98 | 0.47 |
| Hex | 2 | 8A | F0 | 63 | 2A | 0 | 6 | CE | 62 | 2F |
| Octal | 2 | 212 | 360 | 143 | 52 | 0 | 6 | 316 | 142 | 57 |
| Binary | 10 | 10001010 | 11110000 | 1100011 | 101010 | 0 | 110 | 11001110 | 1100010 | 101111 |
Color Harmonies of #028AF0
Complementary color
Monochromatic Colors of #028AF0
Black with #028AF0
Text Example
Text Example
White with #028AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028AF0; }
p { color: rgb(2,138,240); }
H1.HeaderClassName
{
color: #028AF0;
}
.AnyTagClassName
{
color: #028AF0;
}
</style>
background-color css
<style>
a { background-color: #028AF0; }
a { background-color: rgb(2,138,240); }
div.DivClassName
{
background-color: #028AF0;
}
.BgClassName
{
background-color: #028AF0;
}
</style>
border-color css
<style>
span { border-color: #028AF0; }
span { border-color: rgb(2,138,240); }
td.TdClassName
{
border-color: #028AF0;
}
.TagClassName
{
border-color: #028AF0;
}
</style>