Shades of Dodger Blue #0689F9
Tints of Dodger Blue #0689F9
RGB
CMYK
RGB Variations
Color information
#0689F9 (or 0x0689F9) is known color: Dodger Blue. HEX triplet: 06, 89 and F9. RGB value is (6,137,249). Sum of RGB (Red+Green+Blue) = 6+137+249=392 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 249 (97.66% from 255 or 63.52% from 392); Max value from RGB is 249 - color contains mainly: blue. Hex color #0689F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0689F9 is #F97606. Grayscale: #6E6E6E. Windows color (decimal): -16348679 or 16353542. OLE color: 16353542.
HSL color Cylindrical-coordinate representation of color #0689F9: hue angle of 207.65º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0689F9 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 137 | 249 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.02 |
| HSL | 207.65º | 0.95% | 0.5% | - |
| HSV(B) | 207.65º | 0.98% | 0.98% | - |
| XYZ | 26.12 | 24.77 | 93.03 | - |
| YUV | 110.6 | 206.1 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 137 | 249 | 0.98 | 0.45 | 0 | 0.02 | 207.65 | 0.95 | 0.5 |
| Hex | 6 | 89 | F9 | 62 | 2D | 0 | 2 | D0 | 5F | 32 |
| Octal | 6 | 211 | 371 | 142 | 55 | 0 | 2 | 320 | 137 | 62 |
| Binary | 110 | 10001001 | 11111001 | 1100010 | 101101 | 0 | 10 | 11010000 | 1011111 | 110010 |
Color Harmonies of #0689F9
Complementary color
Monochromatic Colors of #0689F9
Black with #0689F9
Text Example
Text Example
White with #0689F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0689F9; }
p { color: rgb(6,137,249); }
H1.HeaderClassName
{
color: #0689F9;
}
.AnyTagClassName
{
color: #0689F9;
}
</style>
background-color css
<style>
a { background-color: #0689F9; }
a { background-color: rgb(6,137,249); }
div.DivClassName
{
background-color: #0689F9;
}
.BgClassName
{
background-color: #0689F9;
}
</style>
border-color css
<style>
span { border-color: #0689F9; }
span { border-color: rgb(6,137,249); }
td.TdClassName
{
border-color: #0689F9;
}
.TagClassName
{
border-color: #0689F9;
}
</style>