Shades of Dodger Blue #096FF3
Tints of Dodger Blue #096FF3
RGB
CMYK
RGB Variations
Color information
#096FF3 (or 0x096FF3) is known color: Dodger Blue. HEX triplet: 09, 6F and F3. RGB value is (9,111,243). Sum of RGB (Red+Green+Blue) = 9+111+243=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 243 (95.31% from 255 or 66.94% from 363); Max value from RGB is 243 - color contains mainly: blue. Hex color #096FF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096FF3 is #F6900C. Grayscale: #5E5E5E. Windows color (decimal): -16158733 or 15953673. OLE color: 15953673.
HSL color Cylindrical-coordinate representation of color #096FF3: hue angle of 213.85º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096FF3 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 111 | 243 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.05 |
| HSL | 213.85º | 0.93% | 0.49% | - |
| HSV(B) | 213.85º | 0.96% | 0.95% | - |
| XYZ | 21.97 | 17.9 | 87.09 | - |
| YUV | 95.55 | 211.21 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 243 | 0.96 | 0.54 | 0 | 0.05 | 213.85 | 0.93 | 0.49 |
| Hex | 9 | 6F | F3 | 60 | 36 | 0 | 5 | D6 | 5D | 31 |
| Octal | 11 | 157 | 363 | 140 | 66 | 0 | 5 | 326 | 135 | 61 |
| Binary | 1001 | 1101111 | 11110011 | 1100000 | 110110 | 0 | 101 | 11010110 | 1011101 | 110001 |
Color Harmonies of #096FF3
Complementary color
Monochromatic Colors of #096FF3
Black with #096FF3
Text Example
Text Example
White with #096FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FF3; }
p { color: rgb(9,111,243); }
H1.HeaderClassName
{
color: #096FF3;
}
.AnyTagClassName
{
color: #096FF3;
}
</style>
background-color css
<style>
a { background-color: #096FF3; }
a { background-color: rgb(9,111,243); }
div.DivClassName
{
background-color: #096FF3;
}
.BgClassName
{
background-color: #096FF3;
}
</style>
border-color css
<style>
span { border-color: #096FF3; }
span { border-color: rgb(9,111,243); }
td.TdClassName
{
border-color: #096FF3;
}
.TagClassName
{
border-color: #096FF3;
}
</style>