Shades of Blue #1221FA
Tints of Blue #1221FA
RGB
CMYK
RGB Variations
Color information
#1221FA (or 0x1221FA) is known color: Blue. HEX triplet: 12, 21 and FA. RGB value is (18,33,250). Sum of RGB (Red+Green+Blue) = 18+33+250=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 250 (98.05% from 255 or 83.06% from 301); Max value from RGB is 250 - color contains mainly: blue. Hex color #1221FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1221FA is #EDDE05. Grayscale: #343434. Windows color (decimal): -15588870 or 16392466. OLE color: 16392466.
HSL color Cylindrical-coordinate representation of color #1221FA: hue angle of 236.12º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1221FA is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 33 | 250 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.02 |
| HSL | 236.12º | 0.96% | 0.53% | - |
| HSV(B) | 236.12º | 0.93% | 0.98% | - |
| XYZ | 18.05 | 8.12 | 91.06 | - |
| YUV | 53.25 | 239.03 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 250 | 0.93 | 0.87 | 0 | 0.02 | 236.12 | 0.96 | 0.53 |
| Hex | 12 | 21 | FA | 5D | 57 | 0 | 2 | EC | 60 | 35 |
| Octal | 22 | 41 | 372 | 135 | 127 | 0 | 2 | 354 | 140 | 65 |
| Binary | 10010 | 100001 | 11111010 | 1011101 | 1010111 | 0 | 10 | 11101100 | 1100000 | 110101 |
Color Harmonies of #1221FA
Complementary color
Monochromatic Colors of #1221FA
Black with #1221FA
Text Example
Text Example
White with #1221FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1221FA; }
p { color: rgb(18,33,250); }
H1.HeaderClassName
{
color: #1221FA;
}
.AnyTagClassName
{
color: #1221FA;
}
</style>
background-color css
<style>
a { background-color: #1221FA; }
a { background-color: rgb(18,33,250); }
div.DivClassName
{
background-color: #1221FA;
}
.BgClassName
{
background-color: #1221FA;
}
</style>
border-color css
<style>
span { border-color: #1221FA; }
span { border-color: rgb(18,33,250); }
td.TdClassName
{
border-color: #1221FA;
}
.TagClassName
{
border-color: #1221FA;
}
</style>