Shades of Dodger Blue #0288FE
Tints of Dodger Blue #0288FE
RGB
CMYK
RGB Variations
Color information
#0288FE (or 0x0288FE) is known color: Dodger Blue. HEX triplet: 02, 88 and FE. RGB value is (2,136,254). Sum of RGB (Red+Green+Blue) = 2+136+254=392 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #0288FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0288FE is #FD7701. Grayscale: #6C6C6C. Windows color (decimal): -16611074 or 16680962. OLE color: 16680962.
HSL color Cylindrical-coordinate representation of color #0288FE: hue angle of 208.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0288FE is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 136 | 254 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.00 |
| HSL | 208.1º | 0.99% | 0.5% | - |
| HSV(B) | 208.1º | 0.99% | 1% | - |
| XYZ | 26.72 | 24.78 | 97.14 | - |
| YUV | 109.39 | 209.61 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 254 | 0.99 | 0.46 | 0 | 0.00 | 208.1 | 0.99 | 0.5 |
| Hex | 2 | 88 | FE | 63 | 2E | 0 | 0 | D0 | 63 | 32 |
| Octal | 2 | 210 | 376 | 143 | 56 | 0 | 0 | 320 | 143 | 62 |
| Binary | 10 | 10001000 | 11111110 | 1100011 | 101110 | 0 | 0 | 11010000 | 1100011 | 110010 |
Color Harmonies of #0288FE
Complementary color
Monochromatic Colors of #0288FE
Black with #0288FE
Text Example
Text Example
White with #0288FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0288FE; }
p { color: rgb(2,136,254); }
H1.HeaderClassName
{
color: #0288FE;
}
.AnyTagClassName
{
color: #0288FE;
}
</style>
background-color css
<style>
a { background-color: #0288FE; }
a { background-color: rgb(2,136,254); }
div.DivClassName
{
background-color: #0288FE;
}
.BgClassName
{
background-color: #0288FE;
}
</style>
border-color css
<style>
span { border-color: #0288FE; }
span { border-color: rgb(2,136,254); }
td.TdClassName
{
border-color: #0288FE;
}
.TagClassName
{
border-color: #0288FE;
}
</style>