Shades of Cerulean Blue #2548DB
Tints of Cerulean Blue #2548DB
RGB
CMYK
RGB Variations
Color information
#2548DB (or 0x2548DB) is known color: Cerulean Blue. HEX triplet: 25, 48 and DB. RGB value is (37,72,219). Sum of RGB (Red+Green+Blue) = 37+72+219=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #2548DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2548DB is #DAB724. Grayscale: #4D4D4D. Windows color (decimal): -14333733 or 14370853. OLE color: 14370853.
HSL color Cylindrical-coordinate representation of color #2548DB: hue angle of 228.46º 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 #2548DB is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 72 | 219 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.14 |
| HSL | 228.46º | 0.72% | 0.5% | - |
| HSV(B) | 228.46º | 0.83% | 0.86% | - |
| XYZ | 15.87 | 10.14 | 68.14 | - |
| YUV | 78.29 | 207.4 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 219 | 0.83 | 0.67 | 0 | 0.14 | 228.46 | 0.72 | 0.5 |
| Hex | 25 | 48 | DB | 53 | 43 | 0 | E | E4 | 48 | 32 |
| Octal | 45 | 110 | 333 | 123 | 103 | 0 | 16 | 344 | 110 | 62 |
| Binary | 100101 | 1001000 | 11011011 | 1010011 | 1000011 | 0 | 1110 | 11100100 | 1001000 | 110010 |
Color Harmonies of #2548DB
Complementary color
Monochromatic Colors of #2548DB
Black with #2548DB
Text Example
Text Example
White with #2548DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2548DB; }
p { color: rgb(37,72,219); }
H1.HeaderClassName
{
color: #2548DB;
}
.AnyTagClassName
{
color: #2548DB;
}
</style>
background-color css
<style>
a { background-color: #2548DB; }
a { background-color: rgb(37,72,219); }
div.DivClassName
{
background-color: #2548DB;
}
.BgClassName
{
background-color: #2548DB;
}
</style>
border-color css
<style>
span { border-color: #2548DB; }
span { border-color: rgb(37,72,219); }
td.TdClassName
{
border-color: #2548DB;
}
.TagClassName
{
border-color: #2548DB;
}
</style>