Shades of Blue #2421FD
Tints of Blue #2421FD
RGB
CMYK
RGB Variations
Color information
#2421FD (or 0x2421FD) is known color: Blue. HEX triplet: 24, 21 and FD. RGB value is (36,33,253). Sum of RGB (Red+Green+Blue) = 36+33+253=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 253 (99.22% from 255 or 78.57% from 322); Max value from RGB is 253 - color contains mainly: blue. Hex color #2421FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2421FD is #DBDE02. Grayscale: #3A3A3A. Windows color (decimal): -14409219 or 16589092. OLE color: 16589092.
HSL color Cylindrical-coordinate representation of color #2421FD: hue angle of 240.82º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2421FD is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 33 | 253 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.01 |
| HSL | 240.82º | 0.98% | 0.56% | - |
| HSV(B) | 240.82º | 0.87% | 0.99% | - |
| XYZ | 19 | 8.55 | 93.58 | - |
| YUV | 58.98 | 237.49 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 253 | 0.86 | 0.87 | 0 | 0.01 | 240.82 | 0.98 | 0.56 |
| Hex | 24 | 21 | FD | 56 | 57 | 0 | 1 | F1 | 62 | 38 |
| Octal | 44 | 41 | 375 | 126 | 127 | 0 | 1 | 361 | 142 | 70 |
| Binary | 100100 | 100001 | 11111101 | 1010110 | 1010111 | 0 | 1 | 11110001 | 1100010 | 111000 |
Color Harmonies of #2421FD
Complementary color
Monochromatic Colors of #2421FD
Black with #2421FD
Text Example
Text Example
White with #2421FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2421FD; }
p { color: rgb(36,33,253); }
H1.HeaderClassName
{
color: #2421FD;
}
.AnyTagClassName
{
color: #2421FD;
}
</style>
background-color css
<style>
a { background-color: #2421FD; }
a { background-color: rgb(36,33,253); }
div.DivClassName
{
background-color: #2421FD;
}
.BgClassName
{
background-color: #2421FD;
}
</style>
border-color css
<style>
span { border-color: #2421FD; }
span { border-color: rgb(36,33,253); }
td.TdClassName
{
border-color: #2421FD;
}
.TagClassName
{
border-color: #2421FD;
}
</style>