Shades of Dodger Blue #028BFF
Tints of Dodger Blue #028BFF
RGB
CMYK
RGB Variations
Color information
#028BFF (or 0x028BFF) is known color: Dodger Blue. HEX triplet: 02, 8B and FF. RGB value is (2,139,255). Sum of RGB (Red+Green+Blue) = 2+139+255=396 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #028BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028BFF is #FD7400. Grayscale: #6E6E6E. Windows color (decimal): -16610305 or 16747266. OLE color: 16747266.
HSL color Cylindrical-coordinate representation of color #028BFF: hue angle of 207.51º 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 #028BFF is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 139 | 255 | - |
| CMYK | 0.99 | 0.45 | 0 | 0 |
| HSL | 207.51º | 1% | 0.5% | - |
| HSV(B) | 207.51º | 0.99% | 1% | - |
| XYZ | 27.31 | 25.7 | 98.13 | - |
| YUV | 111.26 | 209.11 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 255 | 0.99 | 0.45 | 0 | 0 | 207.51 | 1 | 0.5 |
| Hex | 2 | 8B | FF | 63 | 2D | 0 | 0 | D0 | 64 | 32 |
| Octal | 2 | 213 | 377 | 143 | 55 | 0 | 0 | 320 | 144 | 62 |
| Binary | 10 | 10001011 | 11111111 | 1100011 | 101101 | 0 | 0 | 11010000 | 1100100 | 110010 |
Color Harmonies of #028BFF
Complementary color
Monochromatic Colors of #028BFF
Black with #028BFF
Text Example
Text Example
White with #028BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028BFF; }
p { color: rgb(2,139,255); }
H1.HeaderClassName
{
color: #028BFF;
}
.AnyTagClassName
{
color: #028BFF;
}
</style>
background-color css
<style>
a { background-color: #028BFF; }
a { background-color: rgb(2,139,255); }
div.DivClassName
{
background-color: #028BFF;
}
.BgClassName
{
background-color: #028BFF;
}
</style>
border-color css
<style>
span { border-color: #028BFF; }
span { border-color: rgb(2,139,255); }
td.TdClassName
{
border-color: #028BFF;
}
.TagClassName
{
border-color: #028BFF;
}
</style>