Shades of Blue #2218FD
Tints of Blue #2218FD
RGB
CMYK
RGB Variations
Color information
#2218FD (or 0x2218FD) is known color: Blue. HEX triplet: 22, 18 and FD. RGB value is (34,24,253). Sum of RGB (Red+Green+Blue) = 34+24+253=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 253 (99.22% from 255 or 81.35% from 311); Max value from RGB is 253 - color contains mainly: blue. Hex color #2218FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2218FD is #DDE702. Grayscale: #343434. Windows color (decimal): -14542595 or 16586786. OLE color: 16586786.
HSL color Cylindrical-coordinate representation of color #2218FD: hue angle of 242.62º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2218FD is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 34 | 24 | 253 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.01 |
| HSL | 242.62º | 0.98% | 0.54% | - |
| HSV(B) | 242.62º | 0.91% | 0.99% | - |
| XYZ | 18.72 | 8.09 | 93.5 | - |
| YUV | 53.1 | 240.81 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 24 | 253 | 0.87 | 0.91 | 0 | 0.01 | 242.62 | 0.98 | 0.54 |
| Hex | 22 | 18 | FD | 57 | 5B | 0 | 1 | F3 | 62 | 36 |
| Octal | 42 | 30 | 375 | 127 | 133 | 0 | 1 | 363 | 142 | 66 |
| Binary | 100010 | 11000 | 11111101 | 1010111 | 1011011 | 0 | 1 | 11110011 | 1100010 | 110110 |
Color Harmonies of #2218FD
Complementary color
Monochromatic Colors of #2218FD
Black with #2218FD
Text Example
Text Example
White with #2218FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2218FD; }
p { color: rgb(34,24,253); }
H1.HeaderClassName
{
color: #2218FD;
}
.AnyTagClassName
{
color: #2218FD;
}
</style>
background-color css
<style>
a { background-color: #2218FD; }
a { background-color: rgb(34,24,253); }
div.DivClassName
{
background-color: #2218FD;
}
.BgClassName
{
background-color: #2218FD;
}
</style>
border-color css
<style>
span { border-color: #2218FD; }
span { border-color: rgb(34,24,253); }
td.TdClassName
{
border-color: #2218FD;
}
.TagClassName
{
border-color: #2218FD;
}
</style>