Shades of Dodger Blue #096BFC
Tints of Dodger Blue #096BFC
RGB
CMYK
RGB Variations
Color information
#096BFC (or 0x096BFC) is known color: Dodger Blue. HEX triplet: 09, 6B and FC. RGB value is (9,107,252). Sum of RGB (Red+Green+Blue) = 9+107+252=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #096BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BFC is #F69403. Grayscale: #5D5D5D. Windows color (decimal): -16159748 or 16542473. OLE color: 16542473.
HSL color Cylindrical-coordinate representation of color #096BFC: hue angle of 215.8º 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 #096BFC is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 107 | 252 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.01 |
| HSL | 215.8º | 0.98% | 0.51% | - |
| HSV(B) | 215.8º | 0.96% | 0.99% | - |
| XYZ | 22.94 | 17.6 | 94.28 | - |
| YUV | 94.23 | 217.03 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 252 | 0.96 | 0.58 | 0 | 0.01 | 215.8 | 0.98 | 0.51 |
| Hex | 9 | 6B | FC | 60 | 3A | 0 | 1 | D8 | 62 | 33 |
| Octal | 11 | 153 | 374 | 140 | 72 | 0 | 1 | 330 | 142 | 63 |
| Binary | 1001 | 1101011 | 11111100 | 1100000 | 111010 | 0 | 1 | 11011000 | 1100010 | 110011 |
Color Harmonies of #096BFC
Complementary color
Monochromatic Colors of #096BFC
Black with #096BFC
Text Example
Text Example
White with #096BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096BFC; }
p { color: rgb(9,107,252); }
H1.HeaderClassName
{
color: #096BFC;
}
.AnyTagClassName
{
color: #096BFC;
}
</style>
background-color css
<style>
a { background-color: #096BFC; }
a { background-color: rgb(9,107,252); }
div.DivClassName
{
background-color: #096BFC;
}
.BgClassName
{
background-color: #096BFC;
}
</style>
border-color css
<style>
span { border-color: #096BFC; }
span { border-color: rgb(9,107,252); }
td.TdClassName
{
border-color: #096BFC;
}
.TagClassName
{
border-color: #096BFC;
}
</style>