Shades of Cerulean Blue #2C60CE
Tints of Cerulean Blue #2C60CE
RGB
CMYK
RGB Variations
Color information
#2C60CE (or 0x2C60CE) is known color: Cerulean Blue. HEX triplet: 2C, 60 and CE. RGB value is (44,96,206). Sum of RGB (Red+Green+Blue) = 44+96+206=346 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.72% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #2C60CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C60CE is #D39F31. Grayscale: #5C5C5C. Windows color (decimal): -13868850 or 13525036. OLE color: 13525036.
HSL color Cylindrical-coordinate representation of color #2C60CE: hue angle of 220.74º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C60CE is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 96 | 206 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.19 |
| HSL | 220.74º | 0.65% | 0.49% | - |
| HSV(B) | 220.74º | 0.79% | 0.81% | - |
| XYZ | 16.36 | 13.36 | 60.11 | - |
| YUV | 92.99 | 191.77 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 96 | 206 | 0.79 | 0.53 | 0 | 0.19 | 220.74 | 0.65 | 0.49 |
| Hex | 2C | 60 | CE | 4F | 35 | 0 | 13 | DD | 41 | 31 |
| Octal | 54 | 140 | 316 | 117 | 65 | 0 | 23 | 335 | 101 | 61 |
| Binary | 101100 | 1100000 | 11001110 | 1001111 | 110101 | 0 | 10011 | 11011101 | 1000001 | 110001 |
Color Harmonies of #2C60CE
Complementary color
Monochromatic Colors of #2C60CE
Black with #2C60CE
Text Example
Text Example
White with #2C60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C60CE; }
p { color: rgb(44,96,206); }
H1.HeaderClassName
{
color: #2C60CE;
}
.AnyTagClassName
{
color: #2C60CE;
}
</style>
background-color css
<style>
a { background-color: #2C60CE; }
a { background-color: rgb(44,96,206); }
div.DivClassName
{
background-color: #2C60CE;
}
.BgClassName
{
background-color: #2C60CE;
}
</style>
border-color css
<style>
span { border-color: #2C60CE; }
span { border-color: rgb(44,96,206); }
td.TdClassName
{
border-color: #2C60CE;
}
.TagClassName
{
border-color: #2C60CE;
}
</style>