Shades of Dodger Blue #0085FC
Tints of Dodger Blue #0085FC
RGB
CMYK
RGB Variations
Color information
#0085FC (or 0x0085FC) is known color: Dodger Blue. HEX triplet: 00, 85 and FC. RGB value is (0,133,252). Sum of RGB (Red+Green+Blue) = 0+133+252=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #0085FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0085FC is #FF7A03. Grayscale: #6A6A6A. Windows color (decimal): -16742916 or 16549120. OLE color: 16549120.
HSL color Cylindrical-coordinate representation of color #0085FC: hue angle of 208.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0085FC is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 133 | 252 | - |
| CMYK | 1 | 0.47 | 0 | 0.01 |
| HSL | 208.33º | 1% | 0.49% | - |
| HSV(B) | 208.33º | 1% | 0.99% | - |
| XYZ | 25.96 | 23.8 | 95.32 | - |
| YUV | 106.8 | 209.94 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 252 | 1 | 0.47 | 0 | 0.01 | 208.33 | 1 | 0.49 |
| Hex | 0 | 85 | FC | 64 | 2F | 0 | 1 | D0 | 64 | 31 |
| Octal | 0 | 205 | 374 | 144 | 57 | 0 | 1 | 320 | 144 | 61 |
| Binary | 0 | 10000101 | 11111100 | 1100100 | 101111 | 0 | 1 | 11010000 | 1100100 | 110001 |
Color Harmonies of #0085FC
Complementary color
Monochromatic Colors of #0085FC
Black with #0085FC
Text Example
Text Example
White with #0085FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0085FC; }
p { color: rgb(0,133,252); }
H1.HeaderClassName
{
color: #0085FC;
}
.AnyTagClassName
{
color: #0085FC;
}
</style>
background-color css
<style>
a { background-color: #0085FC; }
a { background-color: rgb(0,133,252); }
div.DivClassName
{
background-color: #0085FC;
}
.BgClassName
{
background-color: #0085FC;
}
</style>
border-color css
<style>
span { border-color: #0085FC; }
span { border-color: rgb(0,133,252); }
td.TdClassName
{
border-color: #0085FC;
}
.TagClassName
{
border-color: #0085FC;
}
</style>