Shades of Blue #0923EE
Tints of Blue #0923EE
RGB
CMYK
RGB Variations
Color information
#0923EE (or 0x0923EE) is known color: Blue. HEX triplet: 09, 23 and EE. RGB value is (9,35,238). Sum of RGB (Red+Green+Blue) = 9+35+238=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 238 (93.36% from 255 or 84.40% from 282); Max value from RGB is 238 - color contains mainly: blue. Hex color #0923EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0923EE is #F6DC11. Grayscale: #313131. Windows color (decimal): -16178194 or 15606537. OLE color: 15606537.
HSL color Cylindrical-coordinate representation of color #0923EE: hue angle of 233.19º 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 #0923EE is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 35 | 238 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.07 |
| HSL | 233.19º | 0.93% | 0.48% | - |
| HSV(B) | 233.19º | 0.96% | 0.93% | - |
| XYZ | 16.15 | 7.43 | 81.47 | - |
| YUV | 50.37 | 233.89 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 238 | 0.96 | 0.85 | 0 | 0.07 | 233.19 | 0.93 | 0.48 |
| Hex | 9 | 23 | EE | 60 | 55 | 0 | 7 | E9 | 5D | 30 |
| Octal | 11 | 43 | 356 | 140 | 125 | 0 | 7 | 351 | 135 | 60 |
| Binary | 1001 | 100011 | 11101110 | 1100000 | 1010101 | 0 | 111 | 11101001 | 1011101 | 110000 |
Color Harmonies of #0923EE
Complementary color
Monochromatic Colors of #0923EE
Black with #0923EE
Text Example
Text Example
White with #0923EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0923EE; }
p { color: rgb(9,35,238); }
H1.HeaderClassName
{
color: #0923EE;
}
.AnyTagClassName
{
color: #0923EE;
}
</style>
background-color css
<style>
a { background-color: #0923EE; }
a { background-color: rgb(9,35,238); }
div.DivClassName
{
background-color: #0923EE;
}
.BgClassName
{
background-color: #0923EE;
}
</style>
border-color css
<style>
span { border-color: #0923EE; }
span { border-color: rgb(9,35,238); }
td.TdClassName
{
border-color: #0923EE;
}
.TagClassName
{
border-color: #0923EE;
}
</style>