Shades of Cerulean Blue #2557CE
Tints of Cerulean Blue #2557CE
RGB
CMYK
RGB Variations
Color information
#2557CE (or 0x2557CE) is known color: Cerulean Blue. HEX triplet: 25, 57 and CE. RGB value is (37,87,206). Sum of RGB (Red+Green+Blue) = 37+87+206=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #2557CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2557CE is #DAA831. Grayscale: #555555. Windows color (decimal): -14329906 or 13522725. OLE color: 13522725.
HSL color Cylindrical-coordinate representation of color #2557CE: hue angle of 222.25º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2557CE is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 87 | 206 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.19 |
| HSL | 222.25º | 0.7% | 0.48% | - |
| HSV(B) | 222.25º | 0.82% | 0.81% | - |
| XYZ | 15.31 | 11.67 | 59.84 | - |
| YUV | 85.62 | 195.94 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 87 | 206 | 0.82 | 0.58 | 0 | 0.19 | 222.25 | 0.7 | 0.48 |
| Hex | 25 | 57 | CE | 52 | 3A | 0 | 13 | DE | 46 | 30 |
| Octal | 45 | 127 | 316 | 122 | 72 | 0 | 23 | 336 | 106 | 60 |
| Binary | 100101 | 1010111 | 11001110 | 1010010 | 111010 | 0 | 10011 | 11011110 | 1000110 | 110000 |
Color Harmonies of #2557CE
Complementary color
Monochromatic Colors of #2557CE
Black with #2557CE
Text Example
Text Example
White with #2557CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2557CE; }
p { color: rgb(37,87,206); }
H1.HeaderClassName
{
color: #2557CE;
}
.AnyTagClassName
{
color: #2557CE;
}
</style>
background-color css
<style>
a { background-color: #2557CE; }
a { background-color: rgb(37,87,206); }
div.DivClassName
{
background-color: #2557CE;
}
.BgClassName
{
background-color: #2557CE;
}
</style>
border-color css
<style>
span { border-color: #2557CE; }
span { border-color: rgb(37,87,206); }
td.TdClassName
{
border-color: #2557CE;
}
.TagClassName
{
border-color: #2557CE;
}
</style>