Shades of Dodger Blue #0687FF
Tints of Dodger Blue #0687FF
RGB
CMYK
RGB Variations
Color information
#0687FF (or 0x0687FF) is known color: Dodger Blue. HEX triplet: 06, 87 and FF. RGB value is (6,135,255). Sum of RGB (Red+Green+Blue) = 6+135+255=396 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #0687FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0687FF is #F97800. Grayscale: #6D6D6D. Windows color (decimal): -16349185 or 16746246. OLE color: 16746246.
HSL color Cylindrical-coordinate representation of color #0687FF: hue angle of 208.92º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0687FF is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 135 | 255 | - |
| CMYK | 0.98 | 0.47 | 0 | 0 |
| HSL | 208.92º | 1% | 0.51% | - |
| HSV(B) | 208.92º | 0.98% | 1% | - |
| XYZ | 26.79 | 24.59 | 97.94 | - |
| YUV | 110.11 | 209.76 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 255 | 0.98 | 0.47 | 0 | 0 | 208.92 | 1 | 0.51 |
| Hex | 6 | 87 | FF | 62 | 2F | 0 | 0 | D1 | 64 | 33 |
| Octal | 6 | 207 | 377 | 142 | 57 | 0 | 0 | 321 | 144 | 63 |
| Binary | 110 | 10000111 | 11111111 | 1100010 | 101111 | 0 | 0 | 11010001 | 1100100 | 110011 |
Color Harmonies of #0687FF
Complementary color
Monochromatic Colors of #0687FF
Black with #0687FF
Text Example
Text Example
White with #0687FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0687FF; }
p { color: rgb(6,135,255); }
H1.HeaderClassName
{
color: #0687FF;
}
.AnyTagClassName
{
color: #0687FF;
}
</style>
background-color css
<style>
a { background-color: #0687FF; }
a { background-color: rgb(6,135,255); }
div.DivClassName
{
background-color: #0687FF;
}
.BgClassName
{
background-color: #0687FF;
}
</style>
border-color css
<style>
span { border-color: #0687FF; }
span { border-color: rgb(6,135,255); }
td.TdClassName
{
border-color: #0687FF;
}
.TagClassName
{
border-color: #0687FF;
}
</style>