Shades of Cerulean Blue #2C5FC7
Tints of Cerulean Blue #2C5FC7
RGB
CMYK
RGB Variations
Color information
#2C5FC7 (or 0x2C5FC7) is known color: Cerulean Blue. HEX triplet: 2C, 5F and C7. RGB value is (44,95,199). Sum of RGB (Red+Green+Blue) = 44+95+199=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 199 (78.12% from 255 or 58.88% from 338); Max value from RGB is 199 - color contains mainly: blue. Hex color #2C5FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5FC7 is #D3A038. Grayscale: #5B5B5B. Windows color (decimal): -13869113 or 13066028. OLE color: 13066028.
HSL color Cylindrical-coordinate representation of color #2C5FC7: hue angle of 220.26º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C5FC7 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 95 | 199 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.22 |
| HSL | 220.26º | 0.64% | 0.48% | - |
| HSV(B) | 220.26º | 0.78% | 0.78% | - |
| XYZ | 15.44 | 12.84 | 55.7 | - |
| YUV | 91.61 | 188.6 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 95 | 199 | 0.78 | 0.52 | 0 | 0.22 | 220.26 | 0.64 | 0.48 |
| Hex | 2C | 5F | C7 | 4E | 34 | 0 | 16 | DC | 40 | 30 |
| Octal | 54 | 137 | 307 | 116 | 64 | 0 | 26 | 334 | 100 | 60 |
| Binary | 101100 | 1011111 | 11000111 | 1001110 | 110100 | 0 | 10110 | 11011100 | 1000000 | 110000 |
Color Harmonies of #2C5FC7
Complementary color
Monochromatic Colors of #2C5FC7
Black with #2C5FC7
Text Example
Text Example
White with #2C5FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5FC7; }
p { color: rgb(44,95,199); }
H1.HeaderClassName
{
color: #2C5FC7;
}
.AnyTagClassName
{
color: #2C5FC7;
}
</style>
background-color css
<style>
a { background-color: #2C5FC7; }
a { background-color: rgb(44,95,199); }
div.DivClassName
{
background-color: #2C5FC7;
}
.BgClassName
{
background-color: #2C5FC7;
}
</style>
border-color css
<style>
span { border-color: #2C5FC7; }
span { border-color: rgb(44,95,199); }
td.TdClassName
{
border-color: #2C5FC7;
}
.TagClassName
{
border-color: #2C5FC7;
}
</style>