Shades of Cerulean Blue #1C50CD
Tints of Cerulean Blue #1C50CD
RGB
CMYK
RGB Variations
Color information
#1C50CD (or 0x1C50CD) is known color: Cerulean Blue. HEX triplet: 1C, 50 and CD. RGB value is (28,80,205). Sum of RGB (Red+Green+Blue) = 28+80+205=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C50CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C50CD is #E3AF32. Grayscale: #4E4E4E. Windows color (decimal): -14921523 or 13455388. OLE color: 13455388.
HSL color Cylindrical-coordinate representation of color #1C50CD: hue angle of 222.37º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C50CD is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 80 | 205 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.20 |
| HSL | 222.37º | 0.76% | 0.46% | - |
| HSV(B) | 222.37º | 0.86% | 0.8% | - |
| XYZ | 14.37 | 10.39 | 59.01 | - |
| YUV | 78.7 | 199.27 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 80 | 205 | 0.86 | 0.61 | 0 | 0.20 | 222.37 | 0.76 | 0.46 |
| Hex | 1C | 50 | CD | 56 | 3D | 0 | 14 | DE | 4C | 2E |
| Octal | 34 | 120 | 315 | 126 | 75 | 0 | 24 | 336 | 114 | 56 |
| Binary | 11100 | 1010000 | 11001101 | 1010110 | 111101 | 0 | 10100 | 11011110 | 1001100 | 101110 |
Color Harmonies of #1C50CD
Complementary color
Monochromatic Colors of #1C50CD
Black with #1C50CD
Text Example
Text Example
White with #1C50CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C50CD; }
p { color: rgb(28,80,205); }
H1.HeaderClassName
{
color: #1C50CD;
}
.AnyTagClassName
{
color: #1C50CD;
}
</style>
background-color css
<style>
a { background-color: #1C50CD; }
a { background-color: rgb(28,80,205); }
div.DivClassName
{
background-color: #1C50CD;
}
.BgClassName
{
background-color: #1C50CD;
}
</style>
border-color css
<style>
span { border-color: #1C50CD; }
span { border-color: rgb(28,80,205); }
td.TdClassName
{
border-color: #1C50CD;
}
.TagClassName
{
border-color: #1C50CD;
}
</style>