Shades of Dodger Blue #0185FE
Tints of Dodger Blue #0185FE
RGB
CMYK
RGB Variations
Color information
#0185FE (or 0x0185FE) is known color: Dodger Blue. HEX triplet: 01, 85 and FE. RGB value is (1,133,254). Sum of RGB (Red+Green+Blue) = 1+133+254=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #0185FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0185FE is #FE7A01. Grayscale: #6A6A6A. Windows color (decimal): -16677378 or 16680193. OLE color: 16680193.
HSL color Cylindrical-coordinate representation of color #0185FE: hue angle of 208.7º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0185FE is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 133 | 254 | - |
| CMYK | 1.00 | 0.48 | 0 | 0.00 |
| HSL | 208.7º | 0.99% | 0.5% | - |
| HSV(B) | 208.7º | 1% | 1% | - |
| XYZ | 26.29 | 23.94 | 97 | - |
| YUV | 107.33 | 210.77 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 254 | 1.00 | 0.48 | 0 | 0.00 | 208.7 | 0.99 | 0.5 |
| Hex | 1 | 85 | FE | 64 | 30 | 0 | 0 | D1 | 63 | 32 |
| Octal | 1 | 205 | 376 | 144 | 60 | 0 | 0 | 321 | 143 | 62 |
| Binary | 1 | 10000101 | 11111110 | 1100100 | 110000 | 0 | 0 | 11010001 | 1100011 | 110010 |
Color Harmonies of #0185FE
Complementary color
Monochromatic Colors of #0185FE
Black with #0185FE
Text Example
Text Example
White with #0185FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0185FE; }
p { color: rgb(1,133,254); }
H1.HeaderClassName
{
color: #0185FE;
}
.AnyTagClassName
{
color: #0185FE;
}
</style>
background-color css
<style>
a { background-color: #0185FE; }
a { background-color: rgb(1,133,254); }
div.DivClassName
{
background-color: #0185FE;
}
.BgClassName
{
background-color: #0185FE;
}
</style>
border-color css
<style>
span { border-color: #0185FE; }
span { border-color: rgb(1,133,254); }
td.TdClassName
{
border-color: #0185FE;
}
.TagClassName
{
border-color: #0185FE;
}
</style>