Shades of Dodger Blue #0691FF
Tints of Dodger Blue #0691FF
RGB
CMYK
RGB Variations
Color information
#0691FF (or 0x0691FF) is known color: Dodger Blue. HEX triplet: 06, 91 and FF. RGB value is (6,145,255). Sum of RGB (Red+Green+Blue) = 6+145+255=406 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.48% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #0691FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0691FF is #F96E00. Grayscale: #737373. Windows color (decimal): -16346625 or 16748806. OLE color: 16748806.
HSL color Cylindrical-coordinate representation of color #0691FF: hue angle of 206.51º 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 #0691FF is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 145 | 255 | - |
| CMYK | 0.98 | 0.43 | 0 | 0 |
| HSL | 206.51º | 1% | 0.51% | - |
| HSV(B) | 206.51º | 0.98% | 1% | - |
| XYZ | 28.25 | 27.51 | 98.43 | - |
| YUV | 115.98 | 206.45 | 49.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 255 | 0.98 | 0.43 | 0 | 0 | 206.51 | 1 | 0.51 |
| Hex | 6 | 91 | FF | 62 | 2B | 0 | 0 | CF | 64 | 33 |
| Octal | 6 | 221 | 377 | 142 | 53 | 0 | 0 | 317 | 144 | 63 |
| Binary | 110 | 10010001 | 11111111 | 1100010 | 101011 | 0 | 0 | 11001111 | 1100100 | 110011 |
Color Harmonies of #0691FF
Complementary color
Monochromatic Colors of #0691FF
Black with #0691FF
Text Example
Text Example
White with #0691FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0691FF; }
p { color: rgb(6,145,255); }
H1.HeaderClassName
{
color: #0691FF;
}
.AnyTagClassName
{
color: #0691FF;
}
</style>
background-color css
<style>
a { background-color: #0691FF; }
a { background-color: rgb(6,145,255); }
div.DivClassName
{
background-color: #0691FF;
}
.BgClassName
{
background-color: #0691FF;
}
</style>
border-color css
<style>
span { border-color: #0691FF; }
span { border-color: rgb(6,145,255); }
td.TdClassName
{
border-color: #0691FF;
}
.TagClassName
{
border-color: #0691FF;
}
</style>