Shades of Blue #2023FF
Tints of Blue #2023FF
RGB
CMYK
RGB Variations
Color information
#2023FF (or 0x2023FF) is known color: Blue. HEX triplet: 20, 23 and FF. RGB value is (32,35,255). Sum of RGB (Red+Green+Blue) = 32+35+255=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 255 (100% from 255 or 79.19% from 322); Max value from RGB is 255 - color contains mainly: blue. Hex color #2023FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2023FF is #DFDC00. Grayscale: #3A3A3A. Windows color (decimal): -14670849 or 16720672. OLE color: 16720672.
HSL color Cylindrical-coordinate representation of color #2023FF: hue angle of 239.19º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2023FF is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 35 | 255 | - |
| CMYK | 0.87 | 0.86 | 0 | 0 |
| HSL | 239.19º | 1% | 0.56% | - |
| HSV(B) | 239.19º | 0.87% | 1% | - |
| XYZ | 19.25 | 8.73 | 95.28 | - |
| YUV | 59.18 | 238.51 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 255 | 0.87 | 0.86 | 0 | 0 | 239.19 | 1 | 0.56 |
| Hex | 20 | 23 | FF | 57 | 56 | 0 | 0 | EF | 64 | 38 |
| Octal | 40 | 43 | 377 | 127 | 126 | 0 | 0 | 357 | 144 | 70 |
| Binary | 100000 | 100011 | 11111111 | 1010111 | 1010110 | 0 | 0 | 11101111 | 1100100 | 111000 |
Color Harmonies of #2023FF
Complementary color
Monochromatic Colors of #2023FF
Black with #2023FF
Text Example
Text Example
White with #2023FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2023FF; }
p { color: rgb(32,35,255); }
H1.HeaderClassName
{
color: #2023FF;
}
.AnyTagClassName
{
color: #2023FF;
}
</style>
background-color css
<style>
a { background-color: #2023FF; }
a { background-color: rgb(32,35,255); }
div.DivClassName
{
background-color: #2023FF;
}
.BgClassName
{
background-color: #2023FF;
}
</style>
border-color css
<style>
span { border-color: #2023FF; }
span { border-color: rgb(32,35,255); }
td.TdClassName
{
border-color: #2023FF;
}
.TagClassName
{
border-color: #2023FF;
}
</style>