Shades of Blue #093CF9
Tints of Blue #093CF9
RGB
CMYK
RGB Variations
Color information
#093CF9 (or 0x093CF9) is known color: Blue. HEX triplet: 09, 3C and F9. RGB value is (9,60,249). Sum of RGB (Red+Green+Blue) = 9+60+249=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 249 (97.66% from 255 or 78.30% from 318); Max value from RGB is 249 - color contains mainly: blue. Hex color #093CF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093CF9 is #F6C306. Grayscale: #414141. Windows color (decimal): -16171783 or 16333833. OLE color: 16333833.
HSL color Cylindrical-coordinate representation of color #093CF9: hue angle of 227.25º degrees, saturation: 0.95, 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 #093CF9 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 60 | 249 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.02 |
| HSL | 227.25º | 0.95% | 0.51% | - |
| HSV(B) | 227.25º | 0.96% | 0.98% | - |
| XYZ | 18.83 | 10.13 | 90.59 | - |
| YUV | 66.3 | 231.1 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 249 | 0.96 | 0.76 | 0 | 0.02 | 227.25 | 0.95 | 0.51 |
| Hex | 9 | 3C | F9 | 60 | 4C | 0 | 2 | E3 | 5F | 33 |
| Octal | 11 | 74 | 371 | 140 | 114 | 0 | 2 | 343 | 137 | 63 |
| Binary | 1001 | 111100 | 11111001 | 1100000 | 1001100 | 0 | 10 | 11100011 | 1011111 | 110011 |
Color Harmonies of #093CF9
Complementary color
Monochromatic Colors of #093CF9
Black with #093CF9
Text Example
Text Example
White with #093CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093CF9; }
p { color: rgb(9,60,249); }
H1.HeaderClassName
{
color: #093CF9;
}
.AnyTagClassName
{
color: #093CF9;
}
</style>
background-color css
<style>
a { background-color: #093CF9; }
a { background-color: rgb(9,60,249); }
div.DivClassName
{
background-color: #093CF9;
}
.BgClassName
{
background-color: #093CF9;
}
</style>
border-color css
<style>
span { border-color: #093CF9; }
span { border-color: rgb(9,60,249); }
td.TdClassName
{
border-color: #093CF9;
}
.TagClassName
{
border-color: #093CF9;
}
</style>