Shades of Dodger Blue #0685FE
Tints of Dodger Blue #0685FE
RGB
CMYK
RGB Variations
Color information
#0685FE (or 0x0685FE) is known color: Dodger Blue. HEX triplet: 06, 85 and FE. RGB value is (6,133,254). Sum of RGB (Red+Green+Blue) = 6+133+254=393 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #0685FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0685FE is #F97A01. Grayscale: #6C6C6C. Windows color (decimal): -16349698 or 16680198. OLE color: 16680198.
HSL color Cylindrical-coordinate representation of color #0685FE: hue angle of 209.27º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0685FE is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 133 | 254 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.00 |
| HSL | 209.27º | 0.99% | 0.51% | - |
| HSV(B) | 209.27º | 0.98% | 1% | - |
| XYZ | 26.35 | 23.97 | 97 | - |
| YUV | 108.82 | 209.92 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 133 | 254 | 0.98 | 0.48 | 0 | 0.00 | 209.27 | 0.99 | 0.51 |
| Hex | 6 | 85 | FE | 62 | 30 | 0 | 0 | D1 | 63 | 33 |
| Octal | 6 | 205 | 376 | 142 | 60 | 0 | 0 | 321 | 143 | 63 |
| Binary | 110 | 10000101 | 11111110 | 1100010 | 110000 | 0 | 0 | 11010001 | 1100011 | 110011 |
Color Harmonies of #0685FE
Complementary color
Monochromatic Colors of #0685FE
Black with #0685FE
Text Example
Text Example
White with #0685FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0685FE; }
p { color: rgb(6,133,254); }
H1.HeaderClassName
{
color: #0685FE;
}
.AnyTagClassName
{
color: #0685FE;
}
</style>
background-color css
<style>
a { background-color: #0685FE; }
a { background-color: rgb(6,133,254); }
div.DivClassName
{
background-color: #0685FE;
}
.BgClassName
{
background-color: #0685FE;
}
</style>
border-color css
<style>
span { border-color: #0685FE; }
span { border-color: rgb(6,133,254); }
td.TdClassName
{
border-color: #0685FE;
}
.TagClassName
{
border-color: #0685FE;
}
</style>