Shades of Dodger Blue #0689FF
Tints of Dodger Blue #0689FF
RGB
CMYK
RGB Variations
Color information
#0689FF (or 0x0689FF) is known color: Dodger Blue. HEX triplet: 06, 89 and FF. RGB value is (6,137,255). Sum of RGB (Red+Green+Blue) = 6+137+255=398 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #0689FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0689FF is #F97600. Grayscale: #6E6E6E. Windows color (decimal): -16348673 or 16746758. OLE color: 16746758.
HSL color Cylindrical-coordinate representation of color #0689FF: hue angle of 208.43º 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 #0689FF is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 137 | 255 | - |
| CMYK | 0.98 | 0.46 | 0 | 0 |
| HSL | 208.43º | 1% | 0.51% | - |
| HSV(B) | 208.43º | 0.98% | 1% | - |
| XYZ | 27.07 | 25.15 | 98.04 | - |
| YUV | 111.28 | 209.1 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 137 | 255 | 0.98 | 0.46 | 0 | 0 | 208.43 | 1 | 0.51 |
| Hex | 6 | 89 | FF | 62 | 2E | 0 | 0 | D0 | 64 | 33 |
| Octal | 6 | 211 | 377 | 142 | 56 | 0 | 0 | 320 | 144 | 63 |
| Binary | 110 | 10001001 | 11111111 | 1100010 | 101110 | 0 | 0 | 11010000 | 1100100 | 110011 |
Color Harmonies of #0689FF
Complementary color
Monochromatic Colors of #0689FF
Black with #0689FF
Text Example
Text Example
White with #0689FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0689FF; }
p { color: rgb(6,137,255); }
H1.HeaderClassName
{
color: #0689FF;
}
.AnyTagClassName
{
color: #0689FF;
}
</style>
background-color css
<style>
a { background-color: #0689FF; }
a { background-color: rgb(6,137,255); }
div.DivClassName
{
background-color: #0689FF;
}
.BgClassName
{
background-color: #0689FF;
}
</style>
border-color css
<style>
span { border-color: #0689FF; }
span { border-color: rgb(6,137,255); }
td.TdClassName
{
border-color: #0689FF;
}
.TagClassName
{
border-color: #0689FF;
}
</style>