Shades of Blue #221CFC
Tints of Blue #221CFC
RGB
CMYK
RGB Variations
Color information
#221CFC (or 0x221CFC) is known color: Blue. HEX triplet: 22, 1C and FC. RGB value is (34,28,252). Sum of RGB (Red+Green+Blue) = 34+28+252=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 252 (98.83% from 255 or 80.25% from 314); Max value from RGB is 252 - color contains mainly: blue. Hex color #221CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221CFC is #DDE303. Grayscale: #363636. Windows color (decimal): -14541572 or 16522274. OLE color: 16522274.
HSL color Cylindrical-coordinate representation of color #221CFC: hue angle of 241.61º degrees, saturation: 0.97, 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 #221CFC is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 34 | 28 | 252 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.01 |
| HSL | 241.61º | 0.97% | 0.55% | - |
| HSV(B) | 241.61º | 0.89% | 0.99% | - |
| XYZ | 18.65 | 8.2 | 92.7 | - |
| YUV | 55.33 | 238.99 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 252 | 0.87 | 0.89 | 0 | 0.01 | 241.61 | 0.97 | 0.55 |
| Hex | 22 | 1C | FC | 57 | 59 | 0 | 1 | F2 | 61 | 37 |
| Octal | 42 | 34 | 374 | 127 | 131 | 0 | 1 | 362 | 141 | 67 |
| Binary | 100010 | 11100 | 11111100 | 1010111 | 1011001 | 0 | 1 | 11110010 | 1100001 | 110111 |
Color Harmonies of #221CFC
Complementary color
Monochromatic Colors of #221CFC
Black with #221CFC
Text Example
Text Example
White with #221CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221CFC; }
p { color: rgb(34,28,252); }
H1.HeaderClassName
{
color: #221CFC;
}
.AnyTagClassName
{
color: #221CFC;
}
</style>
background-color css
<style>
a { background-color: #221CFC; }
a { background-color: rgb(34,28,252); }
div.DivClassName
{
background-color: #221CFC;
}
.BgClassName
{
background-color: #221CFC;
}
</style>
border-color css
<style>
span { border-color: #221CFC; }
span { border-color: rgb(34,28,252); }
td.TdClassName
{
border-color: #221CFC;
}
.TagClassName
{
border-color: #221CFC;
}
</style>