Shades of Cerulean Blue #254BA8
Tints of Cerulean Blue #254BA8
RGB
CMYK
RGB Variations
Color information
#254BA8 (or 0x254BA8) is known color: Cerulean Blue. HEX triplet: 25, 4B and A8. RGB value is (37,75,168). Sum of RGB (Red+Green+Blue) = 37+75+168=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 168 (66.02% from 255 or 60% from 280); Max value from RGB is 168 - color contains mainly: blue. Hex color #254BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254BA8 is #DAB457. Grayscale: #494949. Windows color (decimal): -14333016 or 11029285. OLE color: 11029285.
HSL color Cylindrical-coordinate representation of color #254BA8: hue angle of 222.6º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #254BA8 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 37 | 75 | 168 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.34 |
| HSL | 222.6º | 0.64% | 0.4% | - |
| HSV(B) | 222.6º | 0.78% | 0.66% | - |
| XYZ | 10.35 | 8.25 | 38.09 | - |
| YUV | 74.24 | 180.91 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 168 | 0.78 | 0.55 | 0 | 0.34 | 222.6 | 0.64 | 0.4 |
| Hex | 25 | 4B | A8 | 4E | 37 | 0 | 22 | DF | 40 | 28 |
| Octal | 45 | 113 | 250 | 116 | 67 | 0 | 42 | 337 | 100 | 50 |
| Binary | 100101 | 1001011 | 10101000 | 1001110 | 110111 | 0 | 100010 | 11011111 | 1000000 | 101000 |
Color Harmonies of #254BA8
Complementary color
Monochromatic Colors of #254BA8
Black with #254BA8
Text Example
Text Example
White with #254BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BA8; }
p { color: rgb(37,75,168); }
H1.HeaderClassName
{
color: #254BA8;
}
.AnyTagClassName
{
color: #254BA8;
}
</style>
background-color css
<style>
a { background-color: #254BA8; }
a { background-color: rgb(37,75,168); }
div.DivClassName
{
background-color: #254BA8;
}
.BgClassName
{
background-color: #254BA8;
}
</style>
border-color css
<style>
span { border-color: #254BA8; }
span { border-color: rgb(37,75,168); }
td.TdClassName
{
border-color: #254BA8;
}
.TagClassName
{
border-color: #254BA8;
}
</style>