Shades of Dodger Blue #096CFA
Tints of Dodger Blue #096CFA
RGB
CMYK
RGB Variations
Color information
#096CFA (or 0x096CFA) is known color: Dodger Blue. HEX triplet: 09, 6C and FA. RGB value is (9,108,250). Sum of RGB (Red+Green+Blue) = 9+108+250=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #096CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096CFA is #F69305. Grayscale: #5D5D5D. Windows color (decimal): -16159494 or 16411657. OLE color: 16411657.
HSL color Cylindrical-coordinate representation of color #096CFA: hue angle of 215.35º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096CFA is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 108 | 250 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.02 |
| HSL | 215.35º | 0.96% | 0.51% | - |
| HSV(B) | 215.35º | 0.96% | 0.98% | - |
| XYZ | 22.73 | 17.69 | 92.66 | - |
| YUV | 94.59 | 215.7 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 250 | 0.96 | 0.57 | 0 | 0.02 | 215.35 | 0.96 | 0.51 |
| Hex | 9 | 6C | FA | 60 | 39 | 0 | 2 | D7 | 60 | 33 |
| Octal | 11 | 154 | 372 | 140 | 71 | 0 | 2 | 327 | 140 | 63 |
| Binary | 1001 | 1101100 | 11111010 | 1100000 | 111001 | 0 | 10 | 11010111 | 1100000 | 110011 |
Color Harmonies of #096CFA
Complementary color
Monochromatic Colors of #096CFA
Black with #096CFA
Text Example
Text Example
White with #096CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096CFA; }
p { color: rgb(9,108,250); }
H1.HeaderClassName
{
color: #096CFA;
}
.AnyTagClassName
{
color: #096CFA;
}
</style>
background-color css
<style>
a { background-color: #096CFA; }
a { background-color: rgb(9,108,250); }
div.DivClassName
{
background-color: #096CFA;
}
.BgClassName
{
background-color: #096CFA;
}
</style>
border-color css
<style>
span { border-color: #096CFA; }
span { border-color: rgb(9,108,250); }
td.TdClassName
{
border-color: #096CFA;
}
.TagClassName
{
border-color: #096CFA;
}
</style>