Shades of Cerulean Blue #254BAA
Tints of Cerulean Blue #254BAA
RGB
CMYK
RGB Variations
Color information
#254BAA (or 0x254BAA) is known color: Cerulean Blue. HEX triplet: 25, 4B and AA. RGB value is (37,75,170). Sum of RGB (Red+Green+Blue) = 37+75+170=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #254BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254BAA is #DAB455. Grayscale: #4A4A4A. Windows color (decimal): -14333014 or 11160357. OLE color: 11160357.
HSL color Cylindrical-coordinate representation of color #254BAA: hue angle of 222.86º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #254BAA is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 75 | 170 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.33 |
| HSL | 222.86º | 0.64% | 0.41% | - |
| HSV(B) | 222.86º | 0.78% | 0.67% | - |
| XYZ | 10.53 | 8.33 | 39.08 | - |
| YUV | 74.47 | 181.91 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 170 | 0.78 | 0.56 | 0 | 0.33 | 222.86 | 0.64 | 0.41 |
| Hex | 25 | 4B | AA | 4E | 38 | 0 | 21 | DF | 40 | 29 |
| Octal | 45 | 113 | 252 | 116 | 70 | 0 | 41 | 337 | 100 | 51 |
| Binary | 100101 | 1001011 | 10101010 | 1001110 | 111000 | 0 | 100001 | 11011111 | 1000000 | 101001 |
Color Harmonies of #254BAA
Complementary color
Monochromatic Colors of #254BAA
Black with #254BAA
Text Example
Text Example
White with #254BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BAA; }
p { color: rgb(37,75,170); }
H1.HeaderClassName
{
color: #254BAA;
}
.AnyTagClassName
{
color: #254BAA;
}
</style>
background-color css
<style>
a { background-color: #254BAA; }
a { background-color: rgb(37,75,170); }
div.DivClassName
{
background-color: #254BAA;
}
.BgClassName
{
background-color: #254BAA;
}
</style>
border-color css
<style>
span { border-color: #254BAA; }
span { border-color: rgb(37,75,170); }
td.TdClassName
{
border-color: #254BAA;
}
.TagClassName
{
border-color: #254BAA;
}
</style>