Shades of Dodger Blue #096EFC
Tints of Dodger Blue #096EFC
RGB
CMYK
RGB Variations
Color information
#096EFC (or 0x096EFC) is known color: Dodger Blue. HEX triplet: 09, 6E and FC. RGB value is (9,110,252). Sum of RGB (Red+Green+Blue) = 9+110+252=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #096EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096EFC is #F69103. Grayscale: #5F5F5F. Windows color (decimal): -16158980 or 16543241. OLE color: 16543241.
HSL color Cylindrical-coordinate representation of color #096EFC: hue angle of 215.06º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096EFC is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 110 | 252 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.01 |
| HSL | 215.06º | 0.98% | 0.51% | - |
| HSV(B) | 215.06º | 0.96% | 0.99% | - |
| XYZ | 23.26 | 18.24 | 94.39 | - |
| YUV | 95.99 | 216.04 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 252 | 0.96 | 0.56 | 0 | 0.01 | 215.06 | 0.98 | 0.51 |
| Hex | 9 | 6E | FC | 60 | 38 | 0 | 1 | D7 | 62 | 33 |
| Octal | 11 | 156 | 374 | 140 | 70 | 0 | 1 | 327 | 142 | 63 |
| Binary | 1001 | 1101110 | 11111100 | 1100000 | 111000 | 0 | 1 | 11010111 | 1100010 | 110011 |
Color Harmonies of #096EFC
Complementary color
Monochromatic Colors of #096EFC
Black with #096EFC
Text Example
Text Example
White with #096EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096EFC; }
p { color: rgb(9,110,252); }
H1.HeaderClassName
{
color: #096EFC;
}
.AnyTagClassName
{
color: #096EFC;
}
</style>
background-color css
<style>
a { background-color: #096EFC; }
a { background-color: rgb(9,110,252); }
div.DivClassName
{
background-color: #096EFC;
}
.BgClassName
{
background-color: #096EFC;
}
</style>
border-color css
<style>
span { border-color: #096EFC; }
span { border-color: rgb(9,110,252); }
td.TdClassName
{
border-color: #096EFC;
}
.TagClassName
{
border-color: #096EFC;
}
</style>