Shades of Blue #093BFE
Tints of Blue #093BFE
RGB
CMYK
RGB Variations
Color information
#093BFE (or 0x093BFE) is known color: Blue. HEX triplet: 09, 3B and FE. RGB value is (9,59,254). Sum of RGB (Red+Green+Blue) = 9+59+254=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 254 (99.61% from 255 or 78.88% from 322); Max value from RGB is 254 - color contains mainly: blue. Hex color #093BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093BFE is #F6C401. Grayscale: #414141. Windows color (decimal): -16172034 or 16661257. OLE color: 16661257.
HSL color Cylindrical-coordinate representation of color #093BFE: hue angle of 227.76º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093BFE is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 59 | 254 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.00 |
| HSL | 227.76º | 0.99% | 0.52% | - |
| HSV(B) | 227.76º | 0.96% | 1% | - |
| XYZ | 19.57 | 10.34 | 94.73 | - |
| YUV | 66.28 | 233.94 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 254 | 0.96 | 0.77 | 0 | 0.00 | 227.76 | 0.99 | 0.52 |
| Hex | 9 | 3B | FE | 60 | 4D | 0 | 0 | E4 | 63 | 34 |
| Octal | 11 | 73 | 376 | 140 | 115 | 0 | 0 | 344 | 143 | 64 |
| Binary | 1001 | 111011 | 11111110 | 1100000 | 1001101 | 0 | 0 | 11100100 | 1100011 | 110100 |
Color Harmonies of #093BFE
Complementary color
Monochromatic Colors of #093BFE
Black with #093BFE
Text Example
Text Example
White with #093BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093BFE; }
p { color: rgb(9,59,254); }
H1.HeaderClassName
{
color: #093BFE;
}
.AnyTagClassName
{
color: #093BFE;
}
</style>
background-color css
<style>
a { background-color: #093BFE; }
a { background-color: rgb(9,59,254); }
div.DivClassName
{
background-color: #093BFE;
}
.BgClassName
{
background-color: #093BFE;
}
</style>
border-color css
<style>
span { border-color: #093BFE; }
span { border-color: rgb(9,59,254); }
td.TdClassName
{
border-color: #093BFE;
}
.TagClassName
{
border-color: #093BFE;
}
</style>