Shades of Dodger Blue #0285FD
Tints of Dodger Blue #0285FD
RGB
CMYK
RGB Variations
Color information
#0285FD (or 0x0285FD) is known color: Dodger Blue. HEX triplet: 02, 85 and FD. RGB value is (2,133,253). Sum of RGB (Red+Green+Blue) = 2+133+253=388 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #0285FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0285FD is #FD7A02. Grayscale: #6A6A6A. Windows color (decimal): -16611843 or 16614658. OLE color: 16614658.
HSL color Cylindrical-coordinate representation of color #0285FD: hue angle of 208.69º 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 #0285FD is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 133 | 253 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.01 |
| HSL | 208.69º | 0.98% | 0.5% | - |
| HSV(B) | 208.69º | 0.99% | 0.99% | - |
| XYZ | 26.14 | 23.88 | 96.16 | - |
| YUV | 107.51 | 210.1 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 133 | 253 | 0.99 | 0.47 | 0 | 0.01 | 208.69 | 0.98 | 0.5 |
| Hex | 2 | 85 | FD | 63 | 2F | 0 | 1 | D1 | 62 | 32 |
| Octal | 2 | 205 | 375 | 143 | 57 | 0 | 1 | 321 | 142 | 62 |
| Binary | 10 | 10000101 | 11111101 | 1100011 | 101111 | 0 | 1 | 11010001 | 1100010 | 110010 |
Color Harmonies of #0285FD
Complementary color
Monochromatic Colors of #0285FD
Black with #0285FD
Text Example
Text Example
White with #0285FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0285FD; }
p { color: rgb(2,133,253); }
H1.HeaderClassName
{
color: #0285FD;
}
.AnyTagClassName
{
color: #0285FD;
}
</style>
background-color css
<style>
a { background-color: #0285FD; }
a { background-color: rgb(2,133,253); }
div.DivClassName
{
background-color: #0285FD;
}
.BgClassName
{
background-color: #0285FD;
}
</style>
border-color css
<style>
span { border-color: #0285FD; }
span { border-color: rgb(2,133,253); }
td.TdClassName
{
border-color: #0285FD;
}
.TagClassName
{
border-color: #0285FD;
}
</style>