Shades of Blue #1C21FA
Tints of Blue #1C21FA
RGB
CMYK
RGB Variations
Color information
#1C21FA (or 0x1C21FA) is known color: Blue. HEX triplet: 1C, 21 and FA. RGB value is (28,33,250). Sum of RGB (Red+Green+Blue) = 28+33+250=311 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.00% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 250 (98.05% from 255 or 80.39% from 311); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C21FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C21FA is #E3DE05. Grayscale: #373737. Windows color (decimal): -14933510 or 16392476. OLE color: 16392476.
HSL color Cylindrical-coordinate representation of color #1C21FA: hue angle of 238.65º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C21FA is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 33 | 250 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.02 |
| HSL | 238.65º | 0.96% | 0.55% | - |
| HSV(B) | 238.65º | 0.89% | 0.98% | - |
| XYZ | 18.28 | 8.24 | 91.07 | - |
| YUV | 56.24 | 237.34 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 250 | 0.89 | 0.87 | 0 | 0.02 | 238.65 | 0.96 | 0.55 |
| Hex | 1C | 21 | FA | 59 | 57 | 0 | 2 | EF | 60 | 37 |
| Octal | 34 | 41 | 372 | 131 | 127 | 0 | 2 | 357 | 140 | 67 |
| Binary | 11100 | 100001 | 11111010 | 1011001 | 1010111 | 0 | 10 | 11101111 | 1100000 | 110111 |
Color Harmonies of #1C21FA
Complementary color
Monochromatic Colors of #1C21FA
Black with #1C21FA
Text Example
Text Example
White with #1C21FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C21FA; }
p { color: rgb(28,33,250); }
H1.HeaderClassName
{
color: #1C21FA;
}
.AnyTagClassName
{
color: #1C21FA;
}
</style>
background-color css
<style>
a { background-color: #1C21FA; }
a { background-color: rgb(28,33,250); }
div.DivClassName
{
background-color: #1C21FA;
}
.BgClassName
{
background-color: #1C21FA;
}
</style>
border-color css
<style>
span { border-color: #1C21FA; }
span { border-color: rgb(28,33,250); }
td.TdClassName
{
border-color: #1C21FA;
}
.TagClassName
{
border-color: #1C21FA;
}
</style>