Shades of Blue #221CFD
Tints of Blue #221CFD
RGB
CMYK
RGB Variations
Color information
#221CFD (or 0x221CFD) is known color: Blue. HEX triplet: 22, 1C and FD. RGB value is (34,28,253). Sum of RGB (Red+Green+Blue) = 34+28+253=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 253 (99.22% from 255 or 80.32% from 315); Max value from RGB is 253 - color contains mainly: blue. Hex color #221CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221CFD is #DDE302. Grayscale: #363636. Windows color (decimal): -14541571 or 16587810. OLE color: 16587810.
HSL color Cylindrical-coordinate representation of color #221CFD: hue angle of 241.6º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #221CFD is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 34 | 28 | 253 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.01 |
| HSL | 241.6º | 0.98% | 0.55% | - |
| HSV(B) | 241.6º | 0.89% | 0.99% | - |
| XYZ | 18.8 | 8.26 | 93.53 | - |
| YUV | 55.44 | 239.49 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 253 | 0.87 | 0.89 | 0 | 0.01 | 241.6 | 0.98 | 0.55 |
| Hex | 22 | 1C | FD | 57 | 59 | 0 | 1 | F2 | 62 | 37 |
| Octal | 42 | 34 | 375 | 127 | 131 | 0 | 1 | 362 | 142 | 67 |
| Binary | 100010 | 11100 | 11111101 | 1010111 | 1011001 | 0 | 1 | 11110010 | 1100010 | 110111 |
Color Harmonies of #221CFD
Complementary color
Monochromatic Colors of #221CFD
Black with #221CFD
Text Example
Text Example
White with #221CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221CFD; }
p { color: rgb(34,28,253); }
H1.HeaderClassName
{
color: #221CFD;
}
.AnyTagClassName
{
color: #221CFD;
}
</style>
background-color css
<style>
a { background-color: #221CFD; }
a { background-color: rgb(34,28,253); }
div.DivClassName
{
background-color: #221CFD;
}
.BgClassName
{
background-color: #221CFD;
}
</style>
border-color css
<style>
span { border-color: #221CFD; }
span { border-color: rgb(34,28,253); }
td.TdClassName
{
border-color: #221CFD;
}
.TagClassName
{
border-color: #221CFD;
}
</style>