Shades of Blue #0921EC
Tints of Blue #0921EC
RGB
CMYK
RGB Variations
Color information
#0921EC (or 0x0921EC) is known color: Blue. HEX triplet: 09, 21 and EC. RGB value is (9,33,236). Sum of RGB (Red+Green+Blue) = 9+33+236=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 236 (92.58% from 255 or 84.89% from 278); Max value from RGB is 236 - color contains mainly: blue. Hex color #0921EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0921EC is #F6DE13. Grayscale: #303030. Windows color (decimal): -16178708 or 15474953. OLE color: 15474953.
HSL color Cylindrical-coordinate representation of color #0921EC: hue angle of 233.66º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0921EC is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 33 | 236 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.07 |
| HSL | 233.66º | 0.93% | 0.48% | - |
| HSV(B) | 233.66º | 0.96% | 0.93% | - |
| XYZ | 15.8 | 7.2 | 79.91 | - |
| YUV | 48.97 | 233.55 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 236 | 0.96 | 0.86 | 0 | 0.07 | 233.66 | 0.93 | 0.48 |
| Hex | 9 | 21 | EC | 60 | 56 | 0 | 7 | EA | 5D | 30 |
| Octal | 11 | 41 | 354 | 140 | 126 | 0 | 7 | 352 | 135 | 60 |
| Binary | 1001 | 100001 | 11101100 | 1100000 | 1010110 | 0 | 111 | 11101010 | 1011101 | 110000 |
Color Harmonies of #0921EC
Complementary color
Monochromatic Colors of #0921EC
Black with #0921EC
Text Example
Text Example
White with #0921EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0921EC; }
p { color: rgb(9,33,236); }
H1.HeaderClassName
{
color: #0921EC;
}
.AnyTagClassName
{
color: #0921EC;
}
</style>
background-color css
<style>
a { background-color: #0921EC; }
a { background-color: rgb(9,33,236); }
div.DivClassName
{
background-color: #0921EC;
}
.BgClassName
{
background-color: #0921EC;
}
</style>
border-color css
<style>
span { border-color: #0921EC; }
span { border-color: rgb(9,33,236); }
td.TdClassName
{
border-color: #0921EC;
}
.TagClassName
{
border-color: #0921EC;
}
</style>