Shades of Blue #0523EE
Tints of Blue #0523EE
RGB
CMYK
RGB Variations
Color information
#0523EE (or 0x0523EE) is known color: Blue. HEX triplet: 05, 23 and EE. RGB value is (5,35,238). Sum of RGB (Red+Green+Blue) = 5+35+238=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 238 (93.36% from 255 or 85.61% from 278); Max value from RGB is 238 - color contains mainly: blue. Hex color #0523EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0523EE is #FADC11. Grayscale: #303030. Windows color (decimal): -16440338 or 15606533. OLE color: 15606533.
HSL color Cylindrical-coordinate representation of color #0523EE: hue angle of 232.27º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0523EE is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 35 | 238 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.07 |
| HSL | 232.27º | 0.96% | 0.48% | - |
| HSV(B) | 232.27º | 0.98% | 0.93% | - |
| XYZ | 16.1 | 7.41 | 81.47 | - |
| YUV | 49.17 | 234.56 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 238 | 0.98 | 0.85 | 0 | 0.07 | 232.27 | 0.96 | 0.48 |
| Hex | 5 | 23 | EE | 62 | 55 | 0 | 7 | E8 | 60 | 30 |
| Octal | 5 | 43 | 356 | 142 | 125 | 0 | 7 | 350 | 140 | 60 |
| Binary | 101 | 100011 | 11101110 | 1100010 | 1010101 | 0 | 111 | 11101000 | 1100000 | 110000 |
Color Harmonies of #0523EE
Complementary color
Monochromatic Colors of #0523EE
Black with #0523EE
Text Example
Text Example
White with #0523EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0523EE; }
p { color: rgb(5,35,238); }
H1.HeaderClassName
{
color: #0523EE;
}
.AnyTagClassName
{
color: #0523EE;
}
</style>
background-color css
<style>
a { background-color: #0523EE; }
a { background-color: rgb(5,35,238); }
div.DivClassName
{
background-color: #0523EE;
}
.BgClassName
{
background-color: #0523EE;
}
</style>
border-color css
<style>
span { border-color: #0523EE; }
span { border-color: rgb(5,35,238); }
td.TdClassName
{
border-color: #0523EE;
}
.TagClassName
{
border-color: #0523EE;
}
</style>