Shades of Dodger Blue #0690FF
Tints of Dodger Blue #0690FF
RGB
CMYK
RGB Variations
Color information
#0690FF (or 0x0690FF) is known color: Dodger Blue. HEX triplet: 06, 90 and FF. RGB value is (6,144,255). Sum of RGB (Red+Green+Blue) = 6+144+255=405 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.48% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #0690FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0690FF is #F96F00. Grayscale: #727272. Windows color (decimal): -16346881 or 16748550. OLE color: 16748550.
HSL color Cylindrical-coordinate representation of color #0690FF: hue angle of 206.75º 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 #0690FF is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 144 | 255 | - |
| CMYK | 0.98 | 0.44 | 0 | 0 |
| HSL | 206.75º | 1% | 0.51% | - |
| HSV(B) | 206.75º | 0.98% | 1% | - |
| XYZ | 28.1 | 27.21 | 98.38 | - |
| YUV | 115.39 | 206.78 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 255 | 0.98 | 0.44 | 0 | 0 | 206.75 | 1 | 0.51 |
| Hex | 6 | 90 | FF | 62 | 2C | 0 | 0 | CF | 64 | 33 |
| Octal | 6 | 220 | 377 | 142 | 54 | 0 | 0 | 317 | 144 | 63 |
| Binary | 110 | 10010000 | 11111111 | 1100010 | 101100 | 0 | 0 | 11001111 | 1100100 | 110011 |
Color Harmonies of #0690FF
Complementary color
Monochromatic Colors of #0690FF
Black with #0690FF
Text Example
Text Example
White with #0690FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0690FF; }
p { color: rgb(6,144,255); }
H1.HeaderClassName
{
color: #0690FF;
}
.AnyTagClassName
{
color: #0690FF;
}
</style>
background-color css
<style>
a { background-color: #0690FF; }
a { background-color: rgb(6,144,255); }
div.DivClassName
{
background-color: #0690FF;
}
.BgClassName
{
background-color: #0690FF;
}
</style>
border-color css
<style>
span { border-color: #0690FF; }
span { border-color: rgb(6,144,255); }
td.TdClassName
{
border-color: #0690FF;
}
.TagClassName
{
border-color: #0690FF;
}
</style>