Shades of Blue #093FFC
Tints of Blue #093FFC
RGB
CMYK
RGB Variations
Color information
#093FFC (or 0x093FFC) is known color: Blue. HEX triplet: 09, 3F and FC. RGB value is (9,63,252). Sum of RGB (Red+Green+Blue) = 9+63+252=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #093FFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093FFC is #F6C003. Grayscale: #434343. Windows color (decimal): -16171012 or 16531209. OLE color: 16531209.
HSL color Cylindrical-coordinate representation of color #093FFC: hue angle of 226.67º 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 #093FFC is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 63 | 252 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.01 |
| HSL | 226.67º | 0.98% | 0.51% | - |
| HSV(B) | 226.67º | 0.96% | 0.99% | - |
| XYZ | 19.46 | 10.64 | 93.12 | - |
| YUV | 68.4 | 231.61 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 252 | 0.96 | 0.75 | 0 | 0.01 | 226.67 | 0.98 | 0.51 |
| Hex | 9 | 3F | FC | 60 | 4B | 0 | 1 | E3 | 62 | 33 |
| Octal | 11 | 77 | 374 | 140 | 113 | 0 | 1 | 343 | 142 | 63 |
| Binary | 1001 | 111111 | 11111100 | 1100000 | 1001011 | 0 | 1 | 11100011 | 1100010 | 110011 |
Color Harmonies of #093FFC
Complementary color
Monochromatic Colors of #093FFC
Black with #093FFC
Text Example
Text Example
White with #093FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093FFC; }
p { color: rgb(9,63,252); }
H1.HeaderClassName
{
color: #093FFC;
}
.AnyTagClassName
{
color: #093FFC;
}
</style>
background-color css
<style>
a { background-color: #093FFC; }
a { background-color: rgb(9,63,252); }
div.DivClassName
{
background-color: #093FFC;
}
.BgClassName
{
background-color: #093FFC;
}
</style>
border-color css
<style>
span { border-color: #093FFC; }
span { border-color: rgb(9,63,252); }
td.TdClassName
{
border-color: #093FFC;
}
.TagClassName
{
border-color: #093FFC;
}
</style>