Shades of Cerulean Blue #2551CC
Tints of Cerulean Blue #2551CC
RGB
CMYK
RGB Variations
Color information
#2551CC (or 0x2551CC) is known color: Cerulean Blue. HEX triplet: 25, 51 and CC. RGB value is (37,81,204). Sum of RGB (Red+Green+Blue) = 37+81+204=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #2551CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2551CC is #DAAE33. Grayscale: #515151. Windows color (decimal): -14331444 or 13390117. OLE color: 13390117.
HSL color Cylindrical-coordinate representation of color #2551CC: hue angle of 224.19º 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 #2551CC is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 81 | 204 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.2 |
| HSL | 224.19º | 0.69% | 0.47% | - |
| HSV(B) | 224.19º | 0.82% | 0.8% | - |
| XYZ | 14.6 | 10.64 | 58.41 | - |
| YUV | 81.87 | 196.92 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 204 | 0.82 | 0.60 | 0 | 0.2 | 224.19 | 0.69 | 0.47 |
| Hex | 25 | 51 | CC | 52 | 3C | 0 | 14 | E0 | 45 | 2F |
| Octal | 45 | 121 | 314 | 122 | 74 | 0 | 24 | 340 | 105 | 57 |
| Binary | 100101 | 1010001 | 11001100 | 1010010 | 111100 | 0 | 10100 | 11100000 | 1000101 | 101111 |
Color Harmonies of #2551CC
Complementary color
Monochromatic Colors of #2551CC
Black with #2551CC
Text Example
Text Example
White with #2551CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2551CC; }
p { color: rgb(37,81,204); }
H1.HeaderClassName
{
color: #2551CC;
}
.AnyTagClassName
{
color: #2551CC;
}
</style>
background-color css
<style>
a { background-color: #2551CC; }
a { background-color: rgb(37,81,204); }
div.DivClassName
{
background-color: #2551CC;
}
.BgClassName
{
background-color: #2551CC;
}
</style>
border-color css
<style>
span { border-color: #2551CC; }
span { border-color: rgb(37,81,204); }
td.TdClassName
{
border-color: #2551CC;
}
.TagClassName
{
border-color: #2551CC;
}
</style>