Shades of Cerulean Blue #2554CC
Tints of Cerulean Blue #2554CC
RGB
CMYK
RGB Variations
Color information
#2554CC (or 0x2554CC) is known color: Cerulean Blue. HEX triplet: 25, 54 and CC. RGB value is (37,84,204). Sum of RGB (Red+Green+Blue) = 37+84+204=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #2554CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2554CC is #DAAB33. Grayscale: #535353. Windows color (decimal): -14330676 or 13390885. OLE color: 13390885.
HSL color Cylindrical-coordinate representation of color #2554CC: hue angle of 223.11º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2554CC is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 84 | 204 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.2 |
| HSL | 223.11º | 0.69% | 0.47% | - |
| HSV(B) | 223.11º | 0.82% | 0.8% | - |
| XYZ | 14.83 | 11.09 | 58.49 | - |
| YUV | 83.63 | 195.93 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 204 | 0.82 | 0.59 | 0 | 0.2 | 223.11 | 0.69 | 0.47 |
| Hex | 25 | 54 | CC | 52 | 3B | 0 | 14 | DF | 45 | 2F |
| Octal | 45 | 124 | 314 | 122 | 73 | 0 | 24 | 337 | 105 | 57 |
| Binary | 100101 | 1010100 | 11001100 | 1010010 | 111011 | 0 | 10100 | 11011111 | 1000101 | 101111 |
Color Harmonies of #2554CC
Complementary color
Monochromatic Colors of #2554CC
Black with #2554CC
Text Example
Text Example
White with #2554CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2554CC; }
p { color: rgb(37,84,204); }
H1.HeaderClassName
{
color: #2554CC;
}
.AnyTagClassName
{
color: #2554CC;
}
</style>
background-color css
<style>
a { background-color: #2554CC; }
a { background-color: rgb(37,84,204); }
div.DivClassName
{
background-color: #2554CC;
}
.BgClassName
{
background-color: #2554CC;
}
</style>
border-color css
<style>
span { border-color: #2554CC; }
span { border-color: rgb(37,84,204); }
td.TdClassName
{
border-color: #2554CC;
}
.TagClassName
{
border-color: #2554CC;
}
</style>