Shades of Dodger Blue #0288FD
Tints of Dodger Blue #0288FD
RGB
CMYK
RGB Variations
Color information
#0288FD (or 0x0288FD) is known color: Dodger Blue. HEX triplet: 02, 88 and FD. RGB value is (2,136,253). Sum of RGB (Red+Green+Blue) = 2+136+253=391 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #0288FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0288FD is #FD7702. Grayscale: #6C6C6C. Windows color (decimal): -16611075 or 16615426. OLE color: 16615426.
HSL color Cylindrical-coordinate representation of color #0288FD: hue angle of 207.97º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0288FD is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 136 | 253 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.01 |
| HSL | 207.97º | 0.98% | 0.5% | - |
| HSV(B) | 207.97º | 0.99% | 0.99% | - |
| XYZ | 26.56 | 24.71 | 96.3 | - |
| YUV | 109.27 | 209.11 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 253 | 0.99 | 0.46 | 0 | 0.01 | 207.97 | 0.98 | 0.5 |
| Hex | 2 | 88 | FD | 63 | 2E | 0 | 1 | D0 | 62 | 32 |
| Octal | 2 | 210 | 375 | 143 | 56 | 0 | 1 | 320 | 142 | 62 |
| Binary | 10 | 10001000 | 11111101 | 1100011 | 101110 | 0 | 1 | 11010000 | 1100010 | 110010 |
Color Harmonies of #0288FD
Complementary color
Monochromatic Colors of #0288FD
Black with #0288FD
Text Example
Text Example
White with #0288FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0288FD; }
p { color: rgb(2,136,253); }
H1.HeaderClassName
{
color: #0288FD;
}
.AnyTagClassName
{
color: #0288FD;
}
</style>
background-color css
<style>
a { background-color: #0288FD; }
a { background-color: rgb(2,136,253); }
div.DivClassName
{
background-color: #0288FD;
}
.BgClassName
{
background-color: #0288FD;
}
</style>
border-color css
<style>
span { border-color: #0288FD; }
span { border-color: rgb(2,136,253); }
td.TdClassName
{
border-color: #0288FD;
}
.TagClassName
{
border-color: #0288FD;
}
</style>