Shades of Dodger Blue #0696EE
Tints of Dodger Blue #0696EE
RGB
CMYK
RGB Variations
Color information
#0696EE (or 0x0696EE) is known color: Dodger Blue. HEX triplet: 06, 96 and EE. RGB value is (6,150,238). Sum of RGB (Red+Green+Blue) = 6+150+238=394 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #0696EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0696EE is #F96911. Grayscale: #747474. Windows color (decimal): -16345362 or 15635974. OLE color: 15635974.
HSL color Cylindrical-coordinate representation of color #0696EE: hue angle of 202.76º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0696EE is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 150 | 238 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.07 |
| HSL | 202.76º | 0.95% | 0.48% | - |
| HSV(B) | 202.76º | 0.97% | 0.93% | - |
| XYZ | 26.41 | 28.02 | 84.91 | - |
| YUV | 116.98 | 196.29 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 150 | 238 | 0.97 | 0.37 | 0 | 0.07 | 202.76 | 0.95 | 0.48 |
| Hex | 6 | 96 | EE | 61 | 25 | 0 | 7 | CB | 5F | 30 |
| Octal | 6 | 226 | 356 | 141 | 45 | 0 | 7 | 313 | 137 | 60 |
| Binary | 110 | 10010110 | 11101110 | 1100001 | 100101 | 0 | 111 | 11001011 | 1011111 | 110000 |
Color Harmonies of #0696EE
Complementary color
Monochromatic Colors of #0696EE
Black with #0696EE
Text Example
Text Example
White with #0696EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0696EE; }
p { color: rgb(6,150,238); }
H1.HeaderClassName
{
color: #0696EE;
}
.AnyTagClassName
{
color: #0696EE;
}
</style>
background-color css
<style>
a { background-color: #0696EE; }
a { background-color: rgb(6,150,238); }
div.DivClassName
{
background-color: #0696EE;
}
.BgClassName
{
background-color: #0696EE;
}
</style>
border-color css
<style>
span { border-color: #0696EE; }
span { border-color: rgb(6,150,238); }
td.TdClassName
{
border-color: #0696EE;
}
.TagClassName
{
border-color: #0696EE;
}
</style>