Shades of Blue #0927EE
Tints of Blue #0927EE
RGB
CMYK
RGB Variations
Color information
#0927EE (or 0x0927EE) is known color: Blue. HEX triplet: 09, 27 and EE. RGB value is (9,39,238). Sum of RGB (Red+Green+Blue) = 9+39+238=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 238 (93.36% from 255 or 83.22% from 286); Max value from RGB is 238 - color contains mainly: blue. Hex color #0927EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0927EE is #F6D811. Grayscale: #333333. Windows color (decimal): -16177170 or 15607561. OLE color: 15607561.
HSL color Cylindrical-coordinate representation of color #0927EE: hue angle of 232.14º 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 #0927EE is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 39 | 238 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.07 |
| HSL | 232.14º | 0.93% | 0.48% | - |
| HSV(B) | 232.14º | 0.96% | 0.93% | - |
| XYZ | 16.27 | 7.68 | 81.51 | - |
| YUV | 52.72 | 232.56 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 238 | 0.96 | 0.84 | 0 | 0.07 | 232.14 | 0.93 | 0.48 |
| Hex | 9 | 27 | EE | 60 | 54 | 0 | 7 | E8 | 5D | 30 |
| Octal | 11 | 47 | 356 | 140 | 124 | 0 | 7 | 350 | 135 | 60 |
| Binary | 1001 | 100111 | 11101110 | 1100000 | 1010100 | 0 | 111 | 11101000 | 1011101 | 110000 |
Color Harmonies of #0927EE
Complementary color
Monochromatic Colors of #0927EE
Black with #0927EE
Text Example
Text Example
White with #0927EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0927EE; }
p { color: rgb(9,39,238); }
H1.HeaderClassName
{
color: #0927EE;
}
.AnyTagClassName
{
color: #0927EE;
}
</style>
background-color css
<style>
a { background-color: #0927EE; }
a { background-color: rgb(9,39,238); }
div.DivClassName
{
background-color: #0927EE;
}
.BgClassName
{
background-color: #0927EE;
}
</style>
border-color css
<style>
span { border-color: #0927EE; }
span { border-color: rgb(9,39,238); }
td.TdClassName
{
border-color: #0927EE;
}
.TagClassName
{
border-color: #0927EE;
}
</style>