Shades of Dodger Blue #0696FD
Tints of Dodger Blue #0696FD
RGB
CMYK
RGB Variations
Color information
#0696FD (or 0x0696FD) is known color: Dodger Blue. HEX triplet: 06, 96 and FD. RGB value is (6,150,253). Sum of RGB (Red+Green+Blue) = 6+150+253=409 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #0696FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0696FD is #F96902. Grayscale: #767676. Windows color (decimal): -16345347 or 16619014. OLE color: 16619014.
HSL color Cylindrical-coordinate representation of color #0696FD: hue angle of 205.02º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0696FD is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 150 | 253 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.01 |
| HSL | 205.02º | 0.98% | 0.51% | - |
| HSV(B) | 205.02º | 0.98% | 0.99% | - |
| XYZ | 28.71 | 28.94 | 97 | - |
| YUV | 118.69 | 203.79 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 150 | 253 | 0.98 | 0.41 | 0 | 0.01 | 205.02 | 0.98 | 0.51 |
| Hex | 6 | 96 | FD | 62 | 29 | 0 | 1 | CD | 62 | 33 |
| Octal | 6 | 226 | 375 | 142 | 51 | 0 | 1 | 315 | 142 | 63 |
| Binary | 110 | 10010110 | 11111101 | 1100010 | 101001 | 0 | 1 | 11001101 | 1100010 | 110011 |
Color Harmonies of #0696FD
Complementary color
Monochromatic Colors of #0696FD
Black with #0696FD
Text Example
Text Example
White with #0696FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0696FD; }
p { color: rgb(6,150,253); }
H1.HeaderClassName
{
color: #0696FD;
}
.AnyTagClassName
{
color: #0696FD;
}
</style>
background-color css
<style>
a { background-color: #0696FD; }
a { background-color: rgb(6,150,253); }
div.DivClassName
{
background-color: #0696FD;
}
.BgClassName
{
background-color: #0696FD;
}
</style>
border-color css
<style>
span { border-color: #0696FD; }
span { border-color: rgb(6,150,253); }
td.TdClassName
{
border-color: #0696FD;
}
.TagClassName
{
border-color: #0696FD;
}
</style>