Shades of Dodger Blue #0285EE
Tints of Dodger Blue #0285EE
RGB
CMYK
RGB Variations
Color information
#0285EE (or 0x0285EE) is known color: Dodger Blue. HEX triplet: 02, 85 and EE. RGB value is (2,133,238). Sum of RGB (Red+Green+Blue) = 2+133+238=373 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 238 (93.36% from 255 or 63.81% from 373); Max value from RGB is 238 - color contains mainly: blue. Hex color #0285EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0285EE is #FD7A11. Grayscale: #696969. Windows color (decimal): -16611858 or 15631618. OLE color: 15631618.
HSL color Cylindrical-coordinate representation of color #0285EE: hue angle of 206.69º 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 #0285EE is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 133 | 238 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.07 |
| HSL | 206.69º | 0.98% | 0.47% | - |
| HSV(B) | 206.69º | 0.99% | 0.93% | - |
| XYZ | 23.85 | 22.96 | 84.06 | - |
| YUV | 105.8 | 202.6 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 133 | 238 | 0.99 | 0.44 | 0 | 0.07 | 206.69 | 0.98 | 0.47 |
| Hex | 2 | 85 | EE | 63 | 2C | 0 | 7 | CF | 62 | 2F |
| Octal | 2 | 205 | 356 | 143 | 54 | 0 | 7 | 317 | 142 | 57 |
| Binary | 10 | 10000101 | 11101110 | 1100011 | 101100 | 0 | 111 | 11001111 | 1100010 | 101111 |
Color Harmonies of #0285EE
Complementary color
Monochromatic Colors of #0285EE
Black with #0285EE
Text Example
Text Example
White with #0285EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0285EE; }
p { color: rgb(2,133,238); }
H1.HeaderClassName
{
color: #0285EE;
}
.AnyTagClassName
{
color: #0285EE;
}
</style>
background-color css
<style>
a { background-color: #0285EE; }
a { background-color: rgb(2,133,238); }
div.DivClassName
{
background-color: #0285EE;
}
.BgClassName
{
background-color: #0285EE;
}
</style>
border-color css
<style>
span { border-color: #0285EE; }
span { border-color: rgb(2,133,238); }
td.TdClassName
{
border-color: #0285EE;
}
.TagClassName
{
border-color: #0285EE;
}
</style>