Shades of Cerulean Blue #1C50CE
Tints of Cerulean Blue #1C50CE
RGB
CMYK
RGB Variations
Color information
#1C50CE (or 0x1C50CE) is known color: Cerulean Blue. HEX triplet: 1C, 50 and CE. RGB value is (28,80,206). Sum of RGB (Red+Green+Blue) = 28+80+206=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C50CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C50CE is #E3AF31. Grayscale: #4E4E4E. Windows color (decimal): -14921522 or 13520924. OLE color: 13520924.
HSL color Cylindrical-coordinate representation of color #1C50CE: hue angle of 222.47º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C50CE is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 80 | 206 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.19 |
| HSL | 222.47º | 0.76% | 0.46% | - |
| HSV(B) | 222.47º | 0.86% | 0.81% | - |
| XYZ | 14.49 | 10.44 | 59.64 | - |
| YUV | 78.82 | 199.77 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 80 | 206 | 0.86 | 0.61 | 0 | 0.19 | 222.47 | 0.76 | 0.46 |
| Hex | 1C | 50 | CE | 56 | 3D | 0 | 13 | DE | 4C | 2E |
| Octal | 34 | 120 | 316 | 126 | 75 | 0 | 23 | 336 | 114 | 56 |
| Binary | 11100 | 1010000 | 11001110 | 1010110 | 111101 | 0 | 10011 | 11011110 | 1001100 | 101110 |
Color Harmonies of #1C50CE
Complementary color
Monochromatic Colors of #1C50CE
Black with #1C50CE
Text Example
Text Example
White with #1C50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C50CE; }
p { color: rgb(28,80,206); }
H1.HeaderClassName
{
color: #1C50CE;
}
.AnyTagClassName
{
color: #1C50CE;
}
</style>
background-color css
<style>
a { background-color: #1C50CE; }
a { background-color: rgb(28,80,206); }
div.DivClassName
{
background-color: #1C50CE;
}
.BgClassName
{
background-color: #1C50CE;
}
</style>
border-color css
<style>
span { border-color: #1C50CE; }
span { border-color: rgb(28,80,206); }
td.TdClassName
{
border-color: #1C50CE;
}
.TagClassName
{
border-color: #1C50CE;
}
</style>