Shades of Cerulean Blue #2C5FC6
Tints of Cerulean Blue #2C5FC6
RGB
CMYK
RGB Variations
Color information
#2C5FC6 (or 0x2C5FC6) is known color: Cerulean Blue. HEX triplet: 2C, 5F and C6. RGB value is (44,95,198). Sum of RGB (Red+Green+Blue) = 44+95+198=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 198 (77.73% from 255 or 58.75% from 337); Max value from RGB is 198 - color contains mainly: blue. Hex color #2C5FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5FC6 is #D3A039. Grayscale: #5B5B5B. Windows color (decimal): -13869114 or 13000492. OLE color: 13000492.
HSL color Cylindrical-coordinate representation of color #2C5FC6: hue angle of 220.13º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C5FC6 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 95 | 198 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.22 |
| HSL | 220.13º | 0.64% | 0.47% | - |
| HSV(B) | 220.13º | 0.78% | 0.78% | - |
| XYZ | 15.32 | 12.8 | 55.09 | - |
| YUV | 91.49 | 188.1 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 95 | 198 | 0.78 | 0.52 | 0 | 0.22 | 220.13 | 0.64 | 0.47 |
| Hex | 2C | 5F | C6 | 4E | 34 | 0 | 16 | DC | 40 | 2F |
| Octal | 54 | 137 | 306 | 116 | 64 | 0 | 26 | 334 | 100 | 57 |
| Binary | 101100 | 1011111 | 11000110 | 1001110 | 110100 | 0 | 10110 | 11011100 | 1000000 | 101111 |
Color Harmonies of #2C5FC6
Complementary color
Monochromatic Colors of #2C5FC6
Black with #2C5FC6
Text Example
Text Example
White with #2C5FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5FC6; }
p { color: rgb(44,95,198); }
H1.HeaderClassName
{
color: #2C5FC6;
}
.AnyTagClassName
{
color: #2C5FC6;
}
</style>
background-color css
<style>
a { background-color: #2C5FC6; }
a { background-color: rgb(44,95,198); }
div.DivClassName
{
background-color: #2C5FC6;
}
.BgClassName
{
background-color: #2C5FC6;
}
</style>
border-color css
<style>
span { border-color: #2C5FC6; }
span { border-color: rgb(44,95,198); }
td.TdClassName
{
border-color: #2C5FC6;
}
.TagClassName
{
border-color: #2C5FC6;
}
</style>