Shades of Dodger Blue #096AFB
Tints of Dodger Blue #096AFB
RGB
CMYK
RGB Variations
Color information
#096AFB (or 0x096AFB) is known color: Dodger Blue. HEX triplet: 09, 6A and FB. RGB value is (9,106,251). Sum of RGB (Red+Green+Blue) = 9+106+251=366 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.46% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #096AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096AFB is #F69504. Grayscale: #5C5C5C. Windows color (decimal): -16160005 or 16476681. OLE color: 16476681.
HSL color Cylindrical-coordinate representation of color #096AFB: hue angle of 215.95º degrees, saturation: 0.97, 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 #096AFB is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 106 | 251 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.02 |
| HSL | 215.95º | 0.97% | 0.51% | - |
| HSV(B) | 215.95º | 0.96% | 0.98% | - |
| XYZ | 22.68 | 17.33 | 93.42 | - |
| YUV | 93.53 | 216.86 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 251 | 0.96 | 0.58 | 0 | 0.02 | 215.95 | 0.97 | 0.51 |
| Hex | 9 | 6A | FB | 60 | 3A | 0 | 2 | D8 | 61 | 33 |
| Octal | 11 | 152 | 373 | 140 | 72 | 0 | 2 | 330 | 141 | 63 |
| Binary | 1001 | 1101010 | 11111011 | 1100000 | 111010 | 0 | 10 | 11011000 | 1100001 | 110011 |
Color Harmonies of #096AFB
Complementary color
Monochromatic Colors of #096AFB
Black with #096AFB
Text Example
Text Example
White with #096AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096AFB; }
p { color: rgb(9,106,251); }
H1.HeaderClassName
{
color: #096AFB;
}
.AnyTagClassName
{
color: #096AFB;
}
</style>
background-color css
<style>
a { background-color: #096AFB; }
a { background-color: rgb(9,106,251); }
div.DivClassName
{
background-color: #096AFB;
}
.BgClassName
{
background-color: #096AFB;
}
</style>
border-color css
<style>
span { border-color: #096AFB; }
span { border-color: rgb(9,106,251); }
td.TdClassName
{
border-color: #096AFB;
}
.TagClassName
{
border-color: #096AFB;
}
</style>