Shades of Cerulean Blue #254BDB
Tints of Cerulean Blue #254BDB
RGB
CMYK
RGB Variations
Color information
#254BDB (or 0x254BDB) is known color: Cerulean Blue. HEX triplet: 25, 4B and DB. RGB value is (37,75,219). Sum of RGB (Red+Green+Blue) = 37+75+219=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #254BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254BDB is #DAB424. Grayscale: #4F4F4F. Windows color (decimal): -14332965 or 14371621. OLE color: 14371621.
HSL color Cylindrical-coordinate representation of color #254BDB: hue angle of 227.47º 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 #254BDB is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 75 | 219 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.14 |
| HSL | 227.47º | 0.72% | 0.5% | - |
| HSV(B) | 227.47º | 0.83% | 0.86% | - |
| XYZ | 16.07 | 10.54 | 68.21 | - |
| YUV | 80.05 | 206.41 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 219 | 0.83 | 0.66 | 0 | 0.14 | 227.47 | 0.72 | 0.5 |
| Hex | 25 | 4B | DB | 53 | 42 | 0 | E | E3 | 48 | 32 |
| Octal | 45 | 113 | 333 | 123 | 102 | 0 | 16 | 343 | 110 | 62 |
| Binary | 100101 | 1001011 | 11011011 | 1010011 | 1000010 | 0 | 1110 | 11100011 | 1001000 | 110010 |
Color Harmonies of #254BDB
Complementary color
Monochromatic Colors of #254BDB
Black with #254BDB
Text Example
Text Example
White with #254BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BDB; }
p { color: rgb(37,75,219); }
H1.HeaderClassName
{
color: #254BDB;
}
.AnyTagClassName
{
color: #254BDB;
}
</style>
background-color css
<style>
a { background-color: #254BDB; }
a { background-color: rgb(37,75,219); }
div.DivClassName
{
background-color: #254BDB;
}
.BgClassName
{
background-color: #254BDB;
}
</style>
border-color css
<style>
span { border-color: #254BDB; }
span { border-color: rgb(37,75,219); }
td.TdClassName
{
border-color: #254BDB;
}
.TagClassName
{
border-color: #254BDB;
}
</style>