Shades of Dodger Blue #0696F6
Tints of Dodger Blue #0696F6
RGB
CMYK
RGB Variations
Color information
#0696F6 (or 0x0696F6) is known color: Dodger Blue. HEX triplet: 06, 96 and F6. RGB value is (6,150,246). Sum of RGB (Red+Green+Blue) = 6+150+246=402 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 246 (96.48% from 255 or 61.19% from 402); Max value from RGB is 246 - color contains mainly: blue. Hex color #0696F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0696F6 is #F96909. Grayscale: #757575. Windows color (decimal): -16345354 or 16160262. OLE color: 16160262.
HSL color Cylindrical-coordinate representation of color #0696F6: hue angle of 204º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0696F6 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 6 | 150 | 246 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.04 |
| HSL | 204º | 0.95% | 0.49% | - |
| HSV(B) | 204º | 0.98% | 0.96% | - |
| XYZ | 27.62 | 28.51 | 91.24 | - |
| YUV | 117.89 | 200.29 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 150 | 246 | 0.98 | 0.39 | 0 | 0.04 | 204 | 0.95 | 0.49 |
| Hex | 6 | 96 | F6 | 62 | 27 | 0 | 4 | CC | 5F | 31 |
| Octal | 6 | 226 | 366 | 142 | 47 | 0 | 4 | 314 | 137 | 61 |
| Binary | 110 | 10010110 | 11110110 | 1100010 | 100111 | 0 | 100 | 11001100 | 1011111 | 110001 |
Color Harmonies of #0696F6
Complementary color
Monochromatic Colors of #0696F6
Black with #0696F6
Text Example
Text Example
White with #0696F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0696F6; }
p { color: rgb(6,150,246); }
H1.HeaderClassName
{
color: #0696F6;
}
.AnyTagClassName
{
color: #0696F6;
}
</style>
background-color css
<style>
a { background-color: #0696F6; }
a { background-color: rgb(6,150,246); }
div.DivClassName
{
background-color: #0696F6;
}
.BgClassName
{
background-color: #0696F6;
}
</style>
border-color css
<style>
span { border-color: #0696F6; }
span { border-color: rgb(6,150,246); }
td.TdClassName
{
border-color: #0696F6;
}
.TagClassName
{
border-color: #0696F6;
}
</style>