Shades of Blue #093CFB
Tints of Blue #093CFB
RGB
CMYK
RGB Variations
Color information
#093CFB (or 0x093CFB) is known color: Blue. HEX triplet: 09, 3C and FB. RGB value is (9,60,251). Sum of RGB (Red+Green+Blue) = 9+60+251=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 251 (98.44% from 255 or 78.44% from 320); Max value from RGB is 251 - color contains mainly: blue. Hex color #093CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093CFB is #F6C304. Grayscale: #414141. Windows color (decimal): -16171781 or 16464905. OLE color: 16464905.
HSL color Cylindrical-coordinate representation of color #093CFB: hue angle of 227.36º degrees, saturation: 0.97, 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 #093CFB is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 60 | 251 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.02 |
| HSL | 227.36º | 0.97% | 0.51% | - |
| HSV(B) | 227.36º | 0.96% | 0.98% | - |
| XYZ | 19.14 | 10.25 | 92.24 | - |
| YUV | 66.53 | 232.1 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 251 | 0.96 | 0.76 | 0 | 0.02 | 227.36 | 0.97 | 0.51 |
| Hex | 9 | 3C | FB | 60 | 4C | 0 | 2 | E3 | 61 | 33 |
| Octal | 11 | 74 | 373 | 140 | 114 | 0 | 2 | 343 | 141 | 63 |
| Binary | 1001 | 111100 | 11111011 | 1100000 | 1001100 | 0 | 10 | 11100011 | 1100001 | 110011 |
Color Harmonies of #093CFB
Complementary color
Monochromatic Colors of #093CFB
Black with #093CFB
Text Example
Text Example
White with #093CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093CFB; }
p { color: rgb(9,60,251); }
H1.HeaderClassName
{
color: #093CFB;
}
.AnyTagClassName
{
color: #093CFB;
}
</style>
background-color css
<style>
a { background-color: #093CFB; }
a { background-color: rgb(9,60,251); }
div.DivClassName
{
background-color: #093CFB;
}
.BgClassName
{
background-color: #093CFB;
}
</style>
border-color css
<style>
span { border-color: #093CFB; }
span { border-color: rgb(9,60,251); }
td.TdClassName
{
border-color: #093CFB;
}
.TagClassName
{
border-color: #093CFB;
}
</style>