Shades of Dodger Blue #0185FC
Tints of Dodger Blue #0185FC
RGB
CMYK
RGB Variations
Color information
#0185FC (or 0x0185FC) is known color: Dodger Blue. HEX triplet: 01, 85 and FC. RGB value is (1,133,252). Sum of RGB (Red+Green+Blue) = 1+133+252=386 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #0185FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0185FC is #FE7A03. Grayscale: #6A6A6A. Windows color (decimal): -16677380 or 16549121. OLE color: 16549121.
HSL color Cylindrical-coordinate representation of color #0185FC: hue angle of 208.45º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0185FC is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 133 | 252 | - |
| CMYK | 1.00 | 0.47 | 0 | 0.01 |
| HSL | 208.45º | 0.99% | 0.5% | - |
| HSV(B) | 208.45º | 1% | 0.99% | - |
| XYZ | 25.97 | 23.81 | 95.32 | - |
| YUV | 107.1 | 209.77 | 52.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 252 | 1.00 | 0.47 | 0 | 0.01 | 208.45 | 0.99 | 0.5 |
| Hex | 1 | 85 | FC | 64 | 2F | 0 | 1 | D0 | 63 | 32 |
| Octal | 1 | 205 | 374 | 144 | 57 | 0 | 1 | 320 | 143 | 62 |
| Binary | 1 | 10000101 | 11111100 | 1100100 | 101111 | 0 | 1 | 11010000 | 1100011 | 110010 |
Color Harmonies of #0185FC
Complementary color
Monochromatic Colors of #0185FC
Black with #0185FC
Text Example
Text Example
White with #0185FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0185FC; }
p { color: rgb(1,133,252); }
H1.HeaderClassName
{
color: #0185FC;
}
.AnyTagClassName
{
color: #0185FC;
}
</style>
background-color css
<style>
a { background-color: #0185FC; }
a { background-color: rgb(1,133,252); }
div.DivClassName
{
background-color: #0185FC;
}
.BgClassName
{
background-color: #0185FC;
}
</style>
border-color css
<style>
span { border-color: #0185FC; }
span { border-color: rgb(1,133,252); }
td.TdClassName
{
border-color: #0185FC;
}
.TagClassName
{
border-color: #0185FC;
}
</style>