Shades of Cerulean Blue #2557D0
Tints of Cerulean Blue #2557D0
RGB
CMYK
RGB Variations
Color information
#2557D0 (or 0x2557D0) is known color: Cerulean Blue. HEX triplet: 25, 57 and D0. RGB value is (37,87,208). Sum of RGB (Red+Green+Blue) = 37+87+208=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 208 (81.64% from 255 or 62.65% from 332); Max value from RGB is 208 - color contains mainly: blue. Hex color #2557D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2557D0 is #DAA82F. Grayscale: #555555. Windows color (decimal): -14329904 or 13653797. OLE color: 13653797.
HSL color Cylindrical-coordinate representation of color #2557D0: hue angle of 222.46º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2557D0 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 87 | 208 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.18 |
| HSL | 222.46º | 0.7% | 0.48% | - |
| HSV(B) | 222.46º | 0.82% | 0.82% | - |
| XYZ | 15.56 | 11.76 | 61.13 | - |
| YUV | 85.84 | 196.94 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 87 | 208 | 0.82 | 0.58 | 0 | 0.18 | 222.46 | 0.7 | 0.48 |
| Hex | 25 | 57 | D0 | 52 | 3A | 0 | 12 | DE | 46 | 30 |
| Octal | 45 | 127 | 320 | 122 | 72 | 0 | 22 | 336 | 106 | 60 |
| Binary | 100101 | 1010111 | 11010000 | 1010010 | 111010 | 0 | 10010 | 11011110 | 1000110 | 110000 |
Color Harmonies of #2557D0
Complementary color
Monochromatic Colors of #2557D0
Black with #2557D0
Text Example
Text Example
White with #2557D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2557D0; }
p { color: rgb(37,87,208); }
H1.HeaderClassName
{
color: #2557D0;
}
.AnyTagClassName
{
color: #2557D0;
}
</style>
background-color css
<style>
a { background-color: #2557D0; }
a { background-color: rgb(37,87,208); }
div.DivClassName
{
background-color: #2557D0;
}
.BgClassName
{
background-color: #2557D0;
}
</style>
border-color css
<style>
span { border-color: #2557D0; }
span { border-color: rgb(37,87,208); }
td.TdClassName
{
border-color: #2557D0;
}
.TagClassName
{
border-color: #2557D0;
}
</style>