Shades of Cerulean Blue #2550CC
Tints of Cerulean Blue #2550CC
RGB
CMYK
RGB Variations
Color information
#2550CC (or 0x2550CC) is known color: Cerulean Blue. HEX triplet: 25, 50 and CC. RGB value is (37,80,204). Sum of RGB (Red+Green+Blue) = 37+80+204=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #2550CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2550CC is #DAAF33. Grayscale: #505050. Windows color (decimal): -14331700 or 13389861. OLE color: 13389861.
HSL color Cylindrical-coordinate representation of color #2550CC: hue angle of 224.55º 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 #2550CC is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 80 | 204 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.2 |
| HSL | 224.55º | 0.69% | 0.47% | - |
| HSV(B) | 224.55º | 0.82% | 0.8% | - |
| XYZ | 14.53 | 10.49 | 58.39 | - |
| YUV | 81.28 | 197.25 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 204 | 0.82 | 0.61 | 0 | 0.2 | 224.55 | 0.69 | 0.47 |
| Hex | 25 | 50 | CC | 52 | 3D | 0 | 14 | E1 | 45 | 2F |
| Octal | 45 | 120 | 314 | 122 | 75 | 0 | 24 | 341 | 105 | 57 |
| Binary | 100101 | 1010000 | 11001100 | 1010010 | 111101 | 0 | 10100 | 11100001 | 1000101 | 101111 |
Color Harmonies of #2550CC
Complementary color
Monochromatic Colors of #2550CC
Black with #2550CC
Text Example
Text Example
White with #2550CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2550CC; }
p { color: rgb(37,80,204); }
H1.HeaderClassName
{
color: #2550CC;
}
.AnyTagClassName
{
color: #2550CC;
}
</style>
background-color css
<style>
a { background-color: #2550CC; }
a { background-color: rgb(37,80,204); }
div.DivClassName
{
background-color: #2550CC;
}
.BgClassName
{
background-color: #2550CC;
}
</style>
border-color css
<style>
span { border-color: #2550CC; }
span { border-color: rgb(37,80,204); }
td.TdClassName
{
border-color: #2550CC;
}
.TagClassName
{
border-color: #2550CC;
}
</style>