Shades of Dodger Blue #028AFF
Tints of Dodger Blue #028AFF
RGB
CMYK
RGB Variations
Color information
#028AFF (or 0x028AFF) is known color: Dodger Blue. HEX triplet: 02, 8A and FF. RGB value is (2,138,255). Sum of RGB (Red+Green+Blue) = 2+138+255=395 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #028AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028AFF is #FD7500. Grayscale: #6E6E6E. Windows color (decimal): -16610561 or 16747010. OLE color: 16747010.
HSL color Cylindrical-coordinate representation of color #028AFF: hue angle of 207.75º 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 #028AFF is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 138 | 255 | - |
| CMYK | 0.99 | 0.46 | 0 | 0 |
| HSL | 207.75º | 1% | 0.5% | - |
| HSV(B) | 207.75º | 0.99% | 1% | - |
| XYZ | 27.16 | 25.41 | 98.08 | - |
| YUV | 110.67 | 209.44 | 50.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 138 | 255 | 0.99 | 0.46 | 0 | 0 | 207.75 | 1 | 0.5 |
| Hex | 2 | 8A | FF | 63 | 2E | 0 | 0 | D0 | 64 | 32 |
| Octal | 2 | 212 | 377 | 143 | 56 | 0 | 0 | 320 | 144 | 62 |
| Binary | 10 | 10001010 | 11111111 | 1100011 | 101110 | 0 | 0 | 11010000 | 1100100 | 110010 |
Color Harmonies of #028AFF
Complementary color
Monochromatic Colors of #028AFF
Black with #028AFF
Text Example
Text Example
White with #028AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028AFF; }
p { color: rgb(2,138,255); }
H1.HeaderClassName
{
color: #028AFF;
}
.AnyTagClassName
{
color: #028AFF;
}
</style>
background-color css
<style>
a { background-color: #028AFF; }
a { background-color: rgb(2,138,255); }
div.DivClassName
{
background-color: #028AFF;
}
.BgClassName
{
background-color: #028AFF;
}
</style>
border-color css
<style>
span { border-color: #028AFF; }
span { border-color: rgb(2,138,255); }
td.TdClassName
{
border-color: #028AFF;
}
.TagClassName
{
border-color: #028AFF;
}
</style>