Shades of Blue #093CFA
Tints of Blue #093CFA
RGB
CMYK
RGB Variations
Color information
#093CFA (or 0x093CFA) is known color: Blue. HEX triplet: 09, 3C and FA. RGB value is (9,60,250). Sum of RGB (Red+Green+Blue) = 9+60+250=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 250 (98.05% from 255 or 78.37% from 319); Max value from RGB is 250 - color contains mainly: blue. Hex color #093CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093CFA is #F6C305. Grayscale: #414141. Windows color (decimal): -16171782 or 16399369. OLE color: 16399369.
HSL color Cylindrical-coordinate representation of color #093CFA: hue angle of 227.3º degrees, saturation: 0.96, 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 #093CFA is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 60 | 250 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.02 |
| HSL | 227.3º | 0.96% | 0.51% | - |
| HSV(B) | 227.3º | 0.96% | 0.98% | - |
| XYZ | 18.98 | 10.19 | 91.41 | - |
| YUV | 66.41 | 231.6 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 250 | 0.96 | 0.76 | 0 | 0.02 | 227.3 | 0.96 | 0.51 |
| Hex | 9 | 3C | FA | 60 | 4C | 0 | 2 | E3 | 60 | 33 |
| Octal | 11 | 74 | 372 | 140 | 114 | 0 | 2 | 343 | 140 | 63 |
| Binary | 1001 | 111100 | 11111010 | 1100000 | 1001100 | 0 | 10 | 11100011 | 1100000 | 110011 |
Color Harmonies of #093CFA
Complementary color
Monochromatic Colors of #093CFA
Black with #093CFA
Text Example
Text Example
White with #093CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093CFA; }
p { color: rgb(9,60,250); }
H1.HeaderClassName
{
color: #093CFA;
}
.AnyTagClassName
{
color: #093CFA;
}
</style>
background-color css
<style>
a { background-color: #093CFA; }
a { background-color: rgb(9,60,250); }
div.DivClassName
{
background-color: #093CFA;
}
.BgClassName
{
background-color: #093CFA;
}
</style>
border-color css
<style>
span { border-color: #093CFA; }
span { border-color: rgb(9,60,250); }
td.TdClassName
{
border-color: #093CFA;
}
.TagClassName
{
border-color: #093CFA;
}
</style>