Shades of Cerulean Blue #254AB1
Tints of Cerulean Blue #254AB1
RGB
CMYK
RGB Variations
Color information
#254AB1 (or 0x254AB1) is known color: Cerulean Blue. HEX triplet: 25, 4A and B1. RGB value is (37,74,177). Sum of RGB (Red+Green+Blue) = 37+74+177=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 177 (69.53% from 255 or 61.46% from 288); Max value from RGB is 177 - color contains mainly: blue. Hex color #254AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254AB1 is #DAB54E. Grayscale: #4A4A4A. Windows color (decimal): -14333263 or 11618853. OLE color: 11618853.
HSL color Cylindrical-coordinate representation of color #254AB1: hue angle of 224.14º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #254AB1 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 74 | 177 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.31 |
| HSL | 224.14º | 0.65% | 0.42% | - |
| HSV(B) | 224.14º | 0.79% | 0.69% | - |
| XYZ | 11.15 | 8.47 | 42.64 | - |
| YUV | 74.68 | 185.74 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 177 | 0.79 | 0.58 | 0 | 0.31 | 224.14 | 0.65 | 0.42 |
| Hex | 25 | 4A | B1 | 4F | 3A | 0 | 1F | E0 | 41 | 2A |
| Octal | 45 | 112 | 261 | 117 | 72 | 0 | 37 | 340 | 101 | 52 |
| Binary | 100101 | 1001010 | 10110001 | 1001111 | 111010 | 0 | 11111 | 11100000 | 1000001 | 101010 |
Color Harmonies of #254AB1
Complementary color
Monochromatic Colors of #254AB1
Black with #254AB1
Text Example
Text Example
White with #254AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254AB1; }
p { color: rgb(37,74,177); }
H1.HeaderClassName
{
color: #254AB1;
}
.AnyTagClassName
{
color: #254AB1;
}
</style>
background-color css
<style>
a { background-color: #254AB1; }
a { background-color: rgb(37,74,177); }
div.DivClassName
{
background-color: #254AB1;
}
.BgClassName
{
background-color: #254AB1;
}
</style>
border-color css
<style>
span { border-color: #254AB1; }
span { border-color: rgb(37,74,177); }
td.TdClassName
{
border-color: #254AB1;
}
.TagClassName
{
border-color: #254AB1;
}
</style>