Shades of Blue #1C2AFF
Tints of Blue #1C2AFF
RGB
CMYK
RGB Variations
Color information
#1C2AFF (or 0x1C2AFF) is known color: Blue. HEX triplet: 1C, 2A and FF. RGB value is (28,42,255). Sum of RGB (Red+Green+Blue) = 28+42+255=325 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.62% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C2AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C2AFF is #E3D500. Grayscale: #3D3D3D. Windows color (decimal): -14931201 or 16722460. OLE color: 16722460.
HSL color Cylindrical-coordinate representation of color #1C2AFF: hue angle of 236.3º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C2AFF is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 42 | 255 | - |
| CMYK | 0.89 | 0.84 | 0 | 0 |
| HSL | 236.3º | 1% | 0.55% | - |
| HSV(B) | 236.3º | 0.89% | 1% | - |
| XYZ | 19.36 | 9.12 | 95.35 | - |
| YUV | 62.1 | 236.86 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 42 | 255 | 0.89 | 0.84 | 0 | 0 | 236.3 | 1 | 0.55 |
| Hex | 1C | 2A | FF | 59 | 54 | 0 | 0 | EC | 64 | 37 |
| Octal | 34 | 52 | 377 | 131 | 124 | 0 | 0 | 354 | 144 | 67 |
| Binary | 11100 | 101010 | 11111111 | 1011001 | 1010100 | 0 | 0 | 11101100 | 1100100 | 110111 |
Color Harmonies of #1C2AFF
Complementary color
Monochromatic Colors of #1C2AFF
Black with #1C2AFF
Text Example
Text Example
White with #1C2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2AFF; }
p { color: rgb(28,42,255); }
H1.HeaderClassName
{
color: #1C2AFF;
}
.AnyTagClassName
{
color: #1C2AFF;
}
</style>
background-color css
<style>
a { background-color: #1C2AFF; }
a { background-color: rgb(28,42,255); }
div.DivClassName
{
background-color: #1C2AFF;
}
.BgClassName
{
background-color: #1C2AFF;
}
</style>
border-color css
<style>
span { border-color: #1C2AFF; }
span { border-color: rgb(28,42,255); }
td.TdClassName
{
border-color: #1C2AFF;
}
.TagClassName
{
border-color: #1C2AFF;
}
</style>