Shades of Dodger Blue #0285FF
Tints of Dodger Blue #0285FF
RGB
CMYK
RGB Variations
Color information
#0285FF (or 0x0285FF) is known color: Dodger Blue. HEX triplet: 02, 85 and FF. RGB value is (2,133,255). Sum of RGB (Red+Green+Blue) = 2+133+255=390 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #0285FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0285FF is #FD7A00. Grayscale: #6B6B6B. Windows color (decimal): -16611841 or 16745730. OLE color: 16745730.
HSL color Cylindrical-coordinate representation of color #0285FF: hue angle of 208.93º 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 #0285FF is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 133 | 255 | - |
| CMYK | 0.99 | 0.48 | 0 | 0 |
| HSL | 208.93º | 1% | 0.5% | - |
| HSV(B) | 208.93º | 0.99% | 1% | - |
| XYZ | 26.46 | 24.01 | 97.85 | - |
| YUV | 107.74 | 211.1 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 133 | 255 | 0.99 | 0.48 | 0 | 0 | 208.93 | 1 | 0.5 |
| Hex | 2 | 85 | FF | 63 | 30 | 0 | 0 | D1 | 64 | 32 |
| Octal | 2 | 205 | 377 | 143 | 60 | 0 | 0 | 321 | 144 | 62 |
| Binary | 10 | 10000101 | 11111111 | 1100011 | 110000 | 0 | 0 | 11010001 | 1100100 | 110010 |
Color Harmonies of #0285FF
Complementary color
Monochromatic Colors of #0285FF
Black with #0285FF
Text Example
Text Example
White with #0285FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0285FF; }
p { color: rgb(2,133,255); }
H1.HeaderClassName
{
color: #0285FF;
}
.AnyTagClassName
{
color: #0285FF;
}
</style>
background-color css
<style>
a { background-color: #0285FF; }
a { background-color: rgb(2,133,255); }
div.DivClassName
{
background-color: #0285FF;
}
.BgClassName
{
background-color: #0285FF;
}
</style>
border-color css
<style>
span { border-color: #0285FF; }
span { border-color: rgb(2,133,255); }
td.TdClassName
{
border-color: #0285FF;
}
.TagClassName
{
border-color: #0285FF;
}
</style>