Shades of Blue #2023EB
Tints of Blue #2023EB
RGB
CMYK
RGB Variations
Color information
#2023EB (or 0x2023EB) is known color: Blue. HEX triplet: 20, 23 and EB. RGB value is (32,35,235). Sum of RGB (Red+Green+Blue) = 32+35+235=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 235 (92.19% from 255 or 77.81% from 302); Max value from RGB is 235 - color contains mainly: blue. Hex color #2023EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2023EB is #DFDC14. Grayscale: #383838. Windows color (decimal): -14670869 or 15409952. OLE color: 15409952.
HSL color Cylindrical-coordinate representation of color #2023EB: hue angle of 239.11º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2023EB is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 35 | 235 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.08 |
| HSL | 239.11º | 0.84% | 0.52% | - |
| HSV(B) | 239.11º | 0.86% | 0.92% | - |
| XYZ | 16.19 | 7.51 | 79.19 | - |
| YUV | 56.9 | 228.51 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 235 | 0.86 | 0.85 | 0 | 0.08 | 239.11 | 0.84 | 0.52 |
| Hex | 20 | 23 | EB | 56 | 55 | 0 | 8 | EF | 54 | 34 |
| Octal | 40 | 43 | 353 | 126 | 125 | 0 | 10 | 357 | 124 | 64 |
| Binary | 100000 | 100011 | 11101011 | 1010110 | 1010101 | 0 | 1000 | 11101111 | 1010100 | 110100 |
Color Harmonies of #2023EB
Complementary color
Monochromatic Colors of #2023EB
Black with #2023EB
Text Example
Text Example
White with #2023EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2023EB; }
p { color: rgb(32,35,235); }
H1.HeaderClassName
{
color: #2023EB;
}
.AnyTagClassName
{
color: #2023EB;
}
</style>
background-color css
<style>
a { background-color: #2023EB; }
a { background-color: rgb(32,35,235); }
div.DivClassName
{
background-color: #2023EB;
}
.BgClassName
{
background-color: #2023EB;
}
</style>
border-color css
<style>
span { border-color: #2023EB; }
span { border-color: rgb(32,35,235); }
td.TdClassName
{
border-color: #2023EB;
}
.TagClassName
{
border-color: #2023EB;
}
</style>