Shades of Cerulean Blue #2854CC
Tints of Cerulean Blue #2854CC
RGB
CMYK
RGB Variations
Color information
#2854CC (or 0x2854CC) is known color: Cerulean Blue. HEX triplet: 28, 54 and CC. RGB value is (40,84,204). Sum of RGB (Red+Green+Blue) = 40+84+204=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #2854CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2854CC is #D7AB33. Grayscale: #545454. Windows color (decimal): -14134068 or 13390888. OLE color: 13390888.
HSL color Cylindrical-coordinate representation of color #2854CC: hue angle of 223.9º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2854CC is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 84 | 204 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.2 |
| HSL | 223.9º | 0.67% | 0.48% | - |
| HSV(B) | 223.9º | 0.8% | 0.8% | - |
| XYZ | 14.94 | 11.15 | 58.49 | - |
| YUV | 84.52 | 195.42 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 204 | 0.80 | 0.59 | 0 | 0.2 | 223.9 | 0.67 | 0.48 |
| Hex | 28 | 54 | CC | 50 | 3B | 0 | 14 | E0 | 43 | 30 |
| Octal | 50 | 124 | 314 | 120 | 73 | 0 | 24 | 340 | 103 | 60 |
| Binary | 101000 | 1010100 | 11001100 | 1010000 | 111011 | 0 | 10100 | 11100000 | 1000011 | 110000 |
Color Harmonies of #2854CC
Complementary color
Monochromatic Colors of #2854CC
Black with #2854CC
Text Example
Text Example
White with #2854CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2854CC; }
p { color: rgb(40,84,204); }
H1.HeaderClassName
{
color: #2854CC;
}
.AnyTagClassName
{
color: #2854CC;
}
</style>
background-color css
<style>
a { background-color: #2854CC; }
a { background-color: rgb(40,84,204); }
div.DivClassName
{
background-color: #2854CC;
}
.BgClassName
{
background-color: #2854CC;
}
</style>
border-color css
<style>
span { border-color: #2854CC; }
span { border-color: rgb(40,84,204); }
td.TdClassName
{
border-color: #2854CC;
}
.TagClassName
{
border-color: #2854CC;
}
</style>