Shades of Blue #2023FA
Tints of Blue #2023FA
RGB
CMYK
RGB Variations
Color information
#2023FA (or 0x2023FA) is known color: Blue. HEX triplet: 20, 23 and FA. RGB value is (32,35,250). Sum of RGB (Red+Green+Blue) = 32+35+250=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 250 (98.05% from 255 or 78.86% from 317); Max value from RGB is 250 - color contains mainly: blue. Hex color #2023FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2023FA is #DFDC05. Grayscale: #393939. Windows color (decimal): -14670854 or 16392992. OLE color: 16392992.
HSL color Cylindrical-coordinate representation of color #2023FA: hue angle of 239.17º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2023FA is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 35 | 250 | - |
| CMYK | 0.87 | 0.86 | 0 | 0.02 |
| HSL | 239.17º | 0.96% | 0.55% | - |
| HSV(B) | 239.17º | 0.87% | 0.98% | - |
| XYZ | 18.45 | 8.41 | 91.09 | - |
| YUV | 58.61 | 236.01 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 250 | 0.87 | 0.86 | 0 | 0.02 | 239.17 | 0.96 | 0.55 |
| Hex | 20 | 23 | FA | 57 | 56 | 0 | 2 | EF | 60 | 37 |
| Octal | 40 | 43 | 372 | 127 | 126 | 0 | 2 | 357 | 140 | 67 |
| Binary | 100000 | 100011 | 11111010 | 1010111 | 1010110 | 0 | 10 | 11101111 | 1100000 | 110111 |
Color Harmonies of #2023FA
Complementary color
Monochromatic Colors of #2023FA
Black with #2023FA
Text Example
Text Example
White with #2023FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2023FA; }
p { color: rgb(32,35,250); }
H1.HeaderClassName
{
color: #2023FA;
}
.AnyTagClassName
{
color: #2023FA;
}
</style>
background-color css
<style>
a { background-color: #2023FA; }
a { background-color: rgb(32,35,250); }
div.DivClassName
{
background-color: #2023FA;
}
.BgClassName
{
background-color: #2023FA;
}
</style>
border-color css
<style>
span { border-color: #2023FA; }
span { border-color: rgb(32,35,250); }
td.TdClassName
{
border-color: #2023FA;
}
.TagClassName
{
border-color: #2023FA;
}
</style>