Shades of Blue #2321FA
Tints of Blue #2321FA
RGB
CMYK
RGB Variations
Color information
#2321FA (or 0x2321FA) is known color: Blue. HEX triplet: 23, 21 and FA. RGB value is (35,33,250). Sum of RGB (Red+Green+Blue) = 35+33+250=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 250 (98.05% from 255 or 78.62% from 318); Max value from RGB is 250 - color contains mainly: blue. Hex color #2321FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2321FA is #DCDE05. Grayscale: #393939. Windows color (decimal): -14474758 or 16392483. OLE color: 16392483.
HSL color Cylindrical-coordinate representation of color #2321FA: hue angle of 240.55º 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 #2321FA is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 33 | 250 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.02 |
| HSL | 240.55º | 0.96% | 0.55% | - |
| HSV(B) | 240.55º | 0.87% | 0.98% | - |
| XYZ | 18.49 | 8.35 | 91.08 | - |
| YUV | 58.34 | 236.16 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 250 | 0.86 | 0.87 | 0 | 0.02 | 240.55 | 0.96 | 0.55 |
| Hex | 23 | 21 | FA | 56 | 57 | 0 | 2 | F1 | 60 | 37 |
| Octal | 43 | 41 | 372 | 126 | 127 | 0 | 2 | 361 | 140 | 67 |
| Binary | 100011 | 100001 | 11111010 | 1010110 | 1010111 | 0 | 10 | 11110001 | 1100000 | 110111 |
Color Harmonies of #2321FA
Complementary color
Monochromatic Colors of #2321FA
Black with #2321FA
Text Example
Text Example
White with #2321FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2321FA; }
p { color: rgb(35,33,250); }
H1.HeaderClassName
{
color: #2321FA;
}
.AnyTagClassName
{
color: #2321FA;
}
</style>
background-color css
<style>
a { background-color: #2321FA; }
a { background-color: rgb(35,33,250); }
div.DivClassName
{
background-color: #2321FA;
}
.BgClassName
{
background-color: #2321FA;
}
</style>
border-color css
<style>
span { border-color: #2321FA; }
span { border-color: rgb(35,33,250); }
td.TdClassName
{
border-color: #2321FA;
}
.TagClassName
{
border-color: #2321FA;
}
</style>