Shades of Cerulean Blue #2555CC
Tints of Cerulean Blue #2555CC
RGB
CMYK
RGB Variations
Color information
#2555CC (or 0x2555CC) is known color: Cerulean Blue. HEX triplet: 25, 55 and CC. RGB value is (37,85,204). Sum of RGB (Red+Green+Blue) = 37+85+204=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #2555CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2555CC is #DAAA33. Grayscale: #535353. Windows color (decimal): -14330420 or 13391141. OLE color: 13391141.
HSL color Cylindrical-coordinate representation of color #2555CC: hue angle of 222.75º 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 #2555CC is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 85 | 204 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.2 |
| HSL | 222.75º | 0.69% | 0.47% | - |
| HSV(B) | 222.75º | 0.82% | 0.8% | - |
| XYZ | 14.91 | 11.25 | 58.51 | - |
| YUV | 84.21 | 195.6 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 204 | 0.82 | 0.58 | 0 | 0.2 | 222.75 | 0.69 | 0.47 |
| Hex | 25 | 55 | CC | 52 | 3A | 0 | 14 | DF | 45 | 2F |
| Octal | 45 | 125 | 314 | 122 | 72 | 0 | 24 | 337 | 105 | 57 |
| Binary | 100101 | 1010101 | 11001100 | 1010010 | 111010 | 0 | 10100 | 11011111 | 1000101 | 101111 |
Color Harmonies of #2555CC
Complementary color
Monochromatic Colors of #2555CC
Black with #2555CC
Text Example
Text Example
White with #2555CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2555CC; }
p { color: rgb(37,85,204); }
H1.HeaderClassName
{
color: #2555CC;
}
.AnyTagClassName
{
color: #2555CC;
}
</style>
background-color css
<style>
a { background-color: #2555CC; }
a { background-color: rgb(37,85,204); }
div.DivClassName
{
background-color: #2555CC;
}
.BgClassName
{
background-color: #2555CC;
}
</style>
border-color css
<style>
span { border-color: #2555CC; }
span { border-color: rgb(37,85,204); }
td.TdClassName
{
border-color: #2555CC;
}
.TagClassName
{
border-color: #2555CC;
}
</style>