Shades of Blue #2320FA
Tints of Blue #2320FA
RGB
CMYK
RGB Variations
Color information
#2320FA (or 0x2320FA) is known color: Blue. HEX triplet: 23, 20 and FA. RGB value is (35,32,250). Sum of RGB (Red+Green+Blue) = 35+32+250=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 32 (12.89% from 255 or 10.09% 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 #2320FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2320FA is #DCDF05. Grayscale: #383838. Windows color (decimal): -14475014 or 16392227. OLE color: 16392227.
HSL color Cylindrical-coordinate representation of color #2320FA: hue angle of 240.83º 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 #2320FA is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 32 | 250 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.02 |
| HSL | 240.83º | 0.96% | 0.55% | - |
| HSV(B) | 240.83º | 0.87% | 0.98% | - |
| XYZ | 18.46 | 8.29 | 91.07 | - |
| YUV | 57.75 | 236.49 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 250 | 0.86 | 0.87 | 0 | 0.02 | 240.83 | 0.96 | 0.55 |
| Hex | 23 | 20 | FA | 56 | 57 | 0 | 2 | F1 | 60 | 37 |
| Octal | 43 | 40 | 372 | 126 | 127 | 0 | 2 | 361 | 140 | 67 |
| Binary | 100011 | 100000 | 11111010 | 1010110 | 1010111 | 0 | 10 | 11110001 | 1100000 | 110111 |
Color Harmonies of #2320FA
Complementary color
Monochromatic Colors of #2320FA
Black with #2320FA
Text Example
Text Example
White with #2320FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2320FA; }
p { color: rgb(35,32,250); }
H1.HeaderClassName
{
color: #2320FA;
}
.AnyTagClassName
{
color: #2320FA;
}
</style>
background-color css
<style>
a { background-color: #2320FA; }
a { background-color: rgb(35,32,250); }
div.DivClassName
{
background-color: #2320FA;
}
.BgClassName
{
background-color: #2320FA;
}
</style>
border-color css
<style>
span { border-color: #2320FA; }
span { border-color: rgb(35,32,250); }
td.TdClassName
{
border-color: #2320FA;
}
.TagClassName
{
border-color: #2320FA;
}
</style>