Shades of Blue #093EFC
Tints of Blue #093EFC
RGB
CMYK
RGB Variations
Color information
#093EFC (or 0x093EFC) is known color: Blue. HEX triplet: 09, 3E and FC. RGB value is (9,62,252). Sum of RGB (Red+Green+Blue) = 9+62+252=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 252 (98.83% from 255 or 78.02% from 323); Max value from RGB is 252 - color contains mainly: blue. Hex color #093EFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093EFC is #F6C103. Grayscale: #434343. Windows color (decimal): -16171268 or 16530953. OLE color: 16530953.
HSL color Cylindrical-coordinate representation of color #093EFC: hue angle of 226.91º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093EFC is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 62 | 252 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.01 |
| HSL | 226.91º | 0.98% | 0.51% | - |
| HSV(B) | 226.91º | 0.96% | 0.99% | - |
| XYZ | 19.41 | 10.53 | 93.11 | - |
| YUV | 67.81 | 231.94 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 62 | 252 | 0.96 | 0.75 | 0 | 0.01 | 226.91 | 0.98 | 0.51 |
| Hex | 9 | 3E | FC | 60 | 4B | 0 | 1 | E3 | 62 | 33 |
| Octal | 11 | 76 | 374 | 140 | 113 | 0 | 1 | 343 | 142 | 63 |
| Binary | 1001 | 111110 | 11111100 | 1100000 | 1001011 | 0 | 1 | 11100011 | 1100010 | 110011 |
Color Harmonies of #093EFC
Complementary color
Monochromatic Colors of #093EFC
Black with #093EFC
Text Example
Text Example
White with #093EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093EFC; }
p { color: rgb(9,62,252); }
H1.HeaderClassName
{
color: #093EFC;
}
.AnyTagClassName
{
color: #093EFC;
}
</style>
background-color css
<style>
a { background-color: #093EFC; }
a { background-color: rgb(9,62,252); }
div.DivClassName
{
background-color: #093EFC;
}
.BgClassName
{
background-color: #093EFC;
}
</style>
border-color css
<style>
span { border-color: #093EFC; }
span { border-color: rgb(9,62,252); }
td.TdClassName
{
border-color: #093EFC;
}
.TagClassName
{
border-color: #093EFC;
}
</style>