Shades of Cerulean Blue #1C50C2
Tints of Cerulean Blue #1C50C2
RGB
CMYK
RGB Variations
Color information
#1C50C2 (or 0x1C50C2) is known color: Cerulean Blue. HEX triplet: 1C, 50 and C2. RGB value is (28,80,194). Sum of RGB (Red+Green+Blue) = 28+80+194=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 194 (76.17% from 255 or 64.24% from 302); Max value from RGB is 194 - color contains mainly: blue. Hex color #1C50C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C50C2 is #E3AF3D. Grayscale: #4C4C4C. Windows color (decimal): -14921534 or 12734492. OLE color: 12734492.
HSL color Cylindrical-coordinate representation of color #1C50C2: hue angle of 221.2º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C50C2 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 80 | 194 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.24 |
| HSL | 221.2º | 0.75% | 0.44% | - |
| HSV(B) | 221.2º | 0.86% | 0.76% | - |
| XYZ | 13.09 | 9.88 | 52.26 | - |
| YUV | 77.45 | 193.77 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 80 | 194 | 0.86 | 0.59 | 0 | 0.24 | 221.2 | 0.75 | 0.44 |
| Hex | 1C | 50 | C2 | 56 | 3B | 0 | 18 | DD | 4B | 2C |
| Octal | 34 | 120 | 302 | 126 | 73 | 0 | 30 | 335 | 113 | 54 |
| Binary | 11100 | 1010000 | 11000010 | 1010110 | 111011 | 0 | 11000 | 11011101 | 1001011 | 101100 |
Color Harmonies of #1C50C2
Complementary color
Monochromatic Colors of #1C50C2
Black with #1C50C2
Text Example
Text Example
White with #1C50C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C50C2; }
p { color: rgb(28,80,194); }
H1.HeaderClassName
{
color: #1C50C2;
}
.AnyTagClassName
{
color: #1C50C2;
}
</style>
background-color css
<style>
a { background-color: #1C50C2; }
a { background-color: rgb(28,80,194); }
div.DivClassName
{
background-color: #1C50C2;
}
.BgClassName
{
background-color: #1C50C2;
}
</style>
border-color css
<style>
span { border-color: #1C50C2; }
span { border-color: rgb(28,80,194); }
td.TdClassName
{
border-color: #1C50C2;
}
.TagClassName
{
border-color: #1C50C2;
}
</style>