Shades of Blue #1F21EA
Tints of Blue #1F21EA
RGB
CMYK
RGB Variations
Color information
#1F21EA (or 0x1F21EA) is known color: Blue. HEX triplet: 1F, 21 and EA. RGB value is (31,33,234). Sum of RGB (Red+Green+Blue) = 31+33+234=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 234 (91.80% from 255 or 78.52% from 298); Max value from RGB is 234 - color contains mainly: blue. Hex color #1F21EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F21EA is #E0DE15. Grayscale: #363636. Windows color (decimal): -14736918 or 15343903. OLE color: 15343903.
HSL color Cylindrical-coordinate representation of color #1F21EA: hue angle of 239.41º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F21EA is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 33 | 234 | - |
| CMYK | 0.87 | 0.86 | 0 | 0.08 |
| HSL | 239.41º | 0.83% | 0.52% | - |
| HSV(B) | 239.41º | 0.87% | 0.92% | - |
| XYZ | 15.96 | 7.32 | 78.41 | - |
| YUV | 55.32 | 228.84 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 234 | 0.87 | 0.86 | 0 | 0.08 | 239.41 | 0.83 | 0.52 |
| Hex | 1F | 21 | EA | 57 | 56 | 0 | 8 | EF | 53 | 34 |
| Octal | 37 | 41 | 352 | 127 | 126 | 0 | 10 | 357 | 123 | 64 |
| Binary | 11111 | 100001 | 11101010 | 1010111 | 1010110 | 0 | 1000 | 11101111 | 1010011 | 110100 |
Color Harmonies of #1F21EA
Complementary color
Monochromatic Colors of #1F21EA
Black with #1F21EA
Text Example
Text Example
White with #1F21EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F21EA; }
p { color: rgb(31,33,234); }
H1.HeaderClassName
{
color: #1F21EA;
}
.AnyTagClassName
{
color: #1F21EA;
}
</style>
background-color css
<style>
a { background-color: #1F21EA; }
a { background-color: rgb(31,33,234); }
div.DivClassName
{
background-color: #1F21EA;
}
.BgClassName
{
background-color: #1F21EA;
}
</style>
border-color css
<style>
span { border-color: #1F21EA; }
span { border-color: rgb(31,33,234); }
td.TdClassName
{
border-color: #1F21EA;
}
.TagClassName
{
border-color: #1F21EA;
}
</style>