Shades of Blue #1C2FFA
Tints of Blue #1C2FFA
RGB
CMYK
RGB Variations
Color information
#1C2FFA (or 0x1C2FFA) is known color: Blue. HEX triplet: 1C, 2F and FA. RGB value is (28,47,250). Sum of RGB (Red+Green+Blue) = 28+47+250=325 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.62% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 250 (98.05% from 255 or 76.92% from 325); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C2FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C2FFA is #E3D005. Grayscale: #3F3F3F. Windows color (decimal): -14929926 or 16396060. OLE color: 16396060.
HSL color Cylindrical-coordinate representation of color #1C2FFA: hue angle of 234.86º 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 #1C2FFA is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 47 | 250 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.02 |
| HSL | 234.86º | 0.96% | 0.55% | - |
| HSV(B) | 234.86º | 0.89% | 0.98% | - |
| XYZ | 18.75 | 9.18 | 91.23 | - |
| YUV | 64.46 | 232.71 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 47 | 250 | 0.89 | 0.81 | 0 | 0.02 | 234.86 | 0.96 | 0.55 |
| Hex | 1C | 2F | FA | 59 | 51 | 0 | 2 | EB | 60 | 37 |
| Octal | 34 | 57 | 372 | 131 | 121 | 0 | 2 | 353 | 140 | 67 |
| Binary | 11100 | 101111 | 11111010 | 1011001 | 1010001 | 0 | 10 | 11101011 | 1100000 | 110111 |
Color Harmonies of #1C2FFA
Complementary color
Monochromatic Colors of #1C2FFA
Black with #1C2FFA
Text Example
Text Example
White with #1C2FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2FFA; }
p { color: rgb(28,47,250); }
H1.HeaderClassName
{
color: #1C2FFA;
}
.AnyTagClassName
{
color: #1C2FFA;
}
</style>
background-color css
<style>
a { background-color: #1C2FFA; }
a { background-color: rgb(28,47,250); }
div.DivClassName
{
background-color: #1C2FFA;
}
.BgClassName
{
background-color: #1C2FFA;
}
</style>
border-color css
<style>
span { border-color: #1C2FFA; }
span { border-color: rgb(28,47,250); }
td.TdClassName
{
border-color: #1C2FFA;
}
.TagClassName
{
border-color: #1C2FFA;
}
</style>