Shades of Dodger Blue #0696FB
Tints of Dodger Blue #0696FB
RGB
CMYK
RGB Variations
Color information
#0696FB (or 0x0696FB) is known color: Dodger Blue. HEX triplet: 06, 96 and FB. RGB value is (6,150,251). Sum of RGB (Red+Green+Blue) = 6+150+251=407 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #0696FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0696FB is #F96904. Grayscale: #757575. Windows color (decimal): -16345349 or 16487942. OLE color: 16487942.
HSL color Cylindrical-coordinate representation of color #0696FB: hue angle of 204.73º degrees, saturation: 0.97, 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 #0696FB is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 150 | 251 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.02 |
| HSL | 204.73º | 0.97% | 0.5% | - |
| HSV(B) | 204.73º | 0.98% | 0.98% | - |
| XYZ | 28.39 | 28.82 | 95.33 | - |
| YUV | 118.46 | 202.79 | 47.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 150 | 251 | 0.98 | 0.40 | 0 | 0.02 | 204.73 | 0.97 | 0.5 |
| Hex | 6 | 96 | FB | 62 | 28 | 0 | 2 | CD | 61 | 32 |
| Octal | 6 | 226 | 373 | 142 | 50 | 0 | 2 | 315 | 141 | 62 |
| Binary | 110 | 10010110 | 11111011 | 1100010 | 101000 | 0 | 10 | 11001101 | 1100001 | 110010 |
Color Harmonies of #0696FB
Complementary color
Monochromatic Colors of #0696FB
Black with #0696FB
Text Example
Text Example
White with #0696FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0696FB; }
p { color: rgb(6,150,251); }
H1.HeaderClassName
{
color: #0696FB;
}
.AnyTagClassName
{
color: #0696FB;
}
</style>
background-color css
<style>
a { background-color: #0696FB; }
a { background-color: rgb(6,150,251); }
div.DivClassName
{
background-color: #0696FB;
}
.BgClassName
{
background-color: #0696FB;
}
</style>
border-color css
<style>
span { border-color: #0696FB; }
span { border-color: rgb(6,150,251); }
td.TdClassName
{
border-color: #0696FB;
}
.TagClassName
{
border-color: #0696FB;
}
</style>