Shades of Cerulean Blue #2554DB
Tints of Cerulean Blue #2554DB
RGB
CMYK
RGB Variations
Color information
#2554DB (or 0x2554DB) is known color: Cerulean Blue. HEX triplet: 25, 54 and DB. RGB value is (37,84,219). Sum of RGB (Red+Green+Blue) = 37+84+219=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #2554DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2554DB is #DAAB24. Grayscale: #545454. Windows color (decimal): -14330661 or 14373925. OLE color: 14373925.
HSL color Cylindrical-coordinate representation of color #2554DB: hue angle of 224.51º 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 #2554DB is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 84 | 219 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.14 |
| HSL | 224.51º | 0.72% | 0.5% | - |
| HSV(B) | 224.51º | 0.83% | 0.86% | - |
| XYZ | 16.72 | 11.85 | 68.42 | - |
| YUV | 85.34 | 203.43 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 219 | 0.83 | 0.62 | 0 | 0.14 | 224.51 | 0.72 | 0.5 |
| Hex | 25 | 54 | DB | 53 | 3E | 0 | E | E1 | 48 | 32 |
| Octal | 45 | 124 | 333 | 123 | 76 | 0 | 16 | 341 | 110 | 62 |
| Binary | 100101 | 1010100 | 11011011 | 1010011 | 111110 | 0 | 1110 | 11100001 | 1001000 | 110010 |
Color Harmonies of #2554DB
Complementary color
Monochromatic Colors of #2554DB
Black with #2554DB
Text Example
Text Example
White with #2554DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2554DB; }
p { color: rgb(37,84,219); }
H1.HeaderClassName
{
color: #2554DB;
}
.AnyTagClassName
{
color: #2554DB;
}
</style>
background-color css
<style>
a { background-color: #2554DB; }
a { background-color: rgb(37,84,219); }
div.DivClassName
{
background-color: #2554DB;
}
.BgClassName
{
background-color: #2554DB;
}
</style>
border-color css
<style>
span { border-color: #2554DB; }
span { border-color: rgb(37,84,219); }
td.TdClassName
{
border-color: #2554DB;
}
.TagClassName
{
border-color: #2554DB;
}
</style>