Shades of Dodger Blue #0287ED
Tints of Dodger Blue #0287ED
RGB
CMYK
RGB Variations
Color information
#0287ED (or 0x0287ED) is known color: Dodger Blue. HEX triplet: 02, 87 and ED. RGB value is (2,135,237). Sum of RGB (Red+Green+Blue) = 2+135+237=374 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #0287ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0287ED is #FD7812. Grayscale: #6A6A6A. Windows color (decimal): -16611347 or 15566594. OLE color: 15566594.
HSL color Cylindrical-coordinate representation of color #0287ED: hue angle of 206.04º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0287ED is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 135 | 237 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.07 |
| HSL | 206.04º | 0.98% | 0.47% | - |
| HSV(B) | 206.04º | 0.99% | 0.93% | - |
| XYZ | 23.98 | 23.46 | 83.38 | - |
| YUV | 106.86 | 201.44 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 135 | 237 | 0.99 | 0.43 | 0 | 0.07 | 206.04 | 0.98 | 0.47 |
| Hex | 2 | 87 | ED | 63 | 2B | 0 | 7 | CE | 62 | 2F |
| Octal | 2 | 207 | 355 | 143 | 53 | 0 | 7 | 316 | 142 | 57 |
| Binary | 10 | 10000111 | 11101101 | 1100011 | 101011 | 0 | 111 | 11001110 | 1100010 | 101111 |
Color Harmonies of #0287ED
Complementary color
Monochromatic Colors of #0287ED
Black with #0287ED
Text Example
Text Example
White with #0287ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0287ED; }
p { color: rgb(2,135,237); }
H1.HeaderClassName
{
color: #0287ED;
}
.AnyTagClassName
{
color: #0287ED;
}
</style>
background-color css
<style>
a { background-color: #0287ED; }
a { background-color: rgb(2,135,237); }
div.DivClassName
{
background-color: #0287ED;
}
.BgClassName
{
background-color: #0287ED;
}
</style>
border-color css
<style>
span { border-color: #0287ED; }
span { border-color: rgb(2,135,237); }
td.TdClassName
{
border-color: #0287ED;
}
.TagClassName
{
border-color: #0287ED;
}
</style>