Shades of Blue #093EFF
Tints of Blue #093EFF
RGB
CMYK
RGB Variations
Color information
#093EFF (or 0x093EFF) is known color: Blue. HEX triplet: 09, 3E and FF. RGB value is (9,62,255). Sum of RGB (Red+Green+Blue) = 9+62+255=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #093EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093EFF is #F6C100. Grayscale: #434343. Windows color (decimal): -16171265 or 16727561. OLE color: 16727561.
HSL color Cylindrical-coordinate representation of color #093EFF: hue angle of 227.07º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093EFF is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 62 | 255 | - |
| CMYK | 0.96 | 0.76 | 0 | 0 |
| HSL | 227.07º | 1% | 0.52% | - |
| HSV(B) | 227.07º | 0.96% | 1% | - |
| XYZ | 19.89 | 10.72 | 95.63 | - |
| YUV | 68.16 | 233.44 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 62 | 255 | 0.96 | 0.76 | 0 | 0 | 227.07 | 1 | 0.52 |
| Hex | 9 | 3E | FF | 60 | 4C | 0 | 0 | E3 | 64 | 34 |
| Octal | 11 | 76 | 377 | 140 | 114 | 0 | 0 | 343 | 144 | 64 |
| Binary | 1001 | 111110 | 11111111 | 1100000 | 1001100 | 0 | 0 | 11100011 | 1100100 | 110100 |
Color Harmonies of #093EFF
Complementary color
Monochromatic Colors of #093EFF
Black with #093EFF
Text Example
Text Example
White with #093EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093EFF; }
p { color: rgb(9,62,255); }
H1.HeaderClassName
{
color: #093EFF;
}
.AnyTagClassName
{
color: #093EFF;
}
</style>
background-color css
<style>
a { background-color: #093EFF; }
a { background-color: rgb(9,62,255); }
div.DivClassName
{
background-color: #093EFF;
}
.BgClassName
{
background-color: #093EFF;
}
</style>
border-color css
<style>
span { border-color: #093EFF; }
span { border-color: rgb(9,62,255); }
td.TdClassName
{
border-color: #093EFF;
}
.TagClassName
{
border-color: #093EFF;
}
</style>