Shades of Dodger Blue #096BFA
Tints of Dodger Blue #096BFA
RGB
CMYK
RGB Variations
Color information
#096BFA (or 0x096BFA) is known color: Dodger Blue. HEX triplet: 09, 6B and FA. RGB value is (9,107,250). Sum of RGB (Red+Green+Blue) = 9+107+250=366 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.46% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #096BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BFA is #F69405. Grayscale: #5D5D5D. Windows color (decimal): -16159750 or 16411401. OLE color: 16411401.
HSL color Cylindrical-coordinate representation of color #096BFA: hue angle of 215.6º 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 #096BFA is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 107 | 250 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.02 |
| HSL | 215.6º | 0.96% | 0.51% | - |
| HSV(B) | 215.6º | 0.96% | 0.98% | - |
| XYZ | 22.63 | 17.48 | 92.62 | - |
| YUV | 94 | 216.03 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 250 | 0.96 | 0.57 | 0 | 0.02 | 215.6 | 0.96 | 0.51 |
| Hex | 9 | 6B | FA | 60 | 39 | 0 | 2 | D8 | 60 | 33 |
| Octal | 11 | 153 | 372 | 140 | 71 | 0 | 2 | 330 | 140 | 63 |
| Binary | 1001 | 1101011 | 11111010 | 1100000 | 111001 | 0 | 10 | 11011000 | 1100000 | 110011 |
Color Harmonies of #096BFA
Complementary color
Monochromatic Colors of #096BFA
Black with #096BFA
Text Example
Text Example
White with #096BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096BFA; }
p { color: rgb(9,107,250); }
H1.HeaderClassName
{
color: #096BFA;
}
.AnyTagClassName
{
color: #096BFA;
}
</style>
background-color css
<style>
a { background-color: #096BFA; }
a { background-color: rgb(9,107,250); }
div.DivClassName
{
background-color: #096BFA;
}
.BgClassName
{
background-color: #096BFA;
}
</style>
border-color css
<style>
span { border-color: #096BFA; }
span { border-color: rgb(9,107,250); }
td.TdClassName
{
border-color: #096BFA;
}
.TagClassName
{
border-color: #096BFA;
}
</style>