Shades of Cerulean Blue #2557DB
Tints of Cerulean Blue #2557DB
RGB
CMYK
RGB Variations
Color information
#2557DB (or 0x2557DB) is known color: Cerulean Blue. HEX triplet: 25, 57 and DB. RGB value is (37,87,219). Sum of RGB (Red+Green+Blue) = 37+87+219=343 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.79% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #2557DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2557DB is #DAA824. Grayscale: #565656. Windows color (decimal): -14329893 or 14374693. OLE color: 14374693.
HSL color Cylindrical-coordinate representation of color #2557DB: hue angle of 223.52º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2557DB is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 87 | 219 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.14 |
| HSL | 223.52º | 0.72% | 0.5% | - |
| HSV(B) | 223.52º | 0.83% | 0.86% | - |
| XYZ | 16.96 | 12.32 | 68.5 | - |
| YUV | 87.1 | 202.44 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 87 | 219 | 0.83 | 0.60 | 0 | 0.14 | 223.52 | 0.72 | 0.5 |
| Hex | 25 | 57 | DB | 53 | 3C | 0 | E | E0 | 48 | 32 |
| Octal | 45 | 127 | 333 | 123 | 74 | 0 | 16 | 340 | 110 | 62 |
| Binary | 100101 | 1010111 | 11011011 | 1010011 | 111100 | 0 | 1110 | 11100000 | 1001000 | 110010 |
Color Harmonies of #2557DB
Complementary color
Monochromatic Colors of #2557DB
Black with #2557DB
Text Example
Text Example
White with #2557DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2557DB; }
p { color: rgb(37,87,219); }
H1.HeaderClassName
{
color: #2557DB;
}
.AnyTagClassName
{
color: #2557DB;
}
</style>
background-color css
<style>
a { background-color: #2557DB; }
a { background-color: rgb(37,87,219); }
div.DivClassName
{
background-color: #2557DB;
}
.BgClassName
{
background-color: #2557DB;
}
</style>
border-color css
<style>
span { border-color: #2557DB; }
span { border-color: rgb(37,87,219); }
td.TdClassName
{
border-color: #2557DB;
}
.TagClassName
{
border-color: #2557DB;
}
</style>