Shades of Cerulean Blue #254BA9
Tints of Cerulean Blue #254BA9
RGB
CMYK
RGB Variations
Color information
#254BA9 (or 0x254BA9) is known color: Cerulean Blue. HEX triplet: 25, 4B and A9. RGB value is (37,75,169). Sum of RGB (Red+Green+Blue) = 37+75+169=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 169 (66.41% from 255 or 60.14% from 281); Max value from RGB is 169 - color contains mainly: blue. Hex color #254BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254BA9 is #DAB456. Grayscale: #494949. Windows color (decimal): -14333015 or 11094821. OLE color: 11094821.
HSL color Cylindrical-coordinate representation of color #254BA9: hue angle of 222.73º 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 #254BA9 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 37 | 75 | 169 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.34 |
| HSL | 222.73º | 0.64% | 0.4% | - |
| HSV(B) | 222.73º | 0.78% | 0.66% | - |
| XYZ | 10.44 | 8.29 | 38.59 | - |
| YUV | 74.35 | 181.41 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 169 | 0.78 | 0.56 | 0 | 0.34 | 222.73 | 0.64 | 0.4 |
| Hex | 25 | 4B | A9 | 4E | 38 | 0 | 22 | DF | 40 | 28 |
| Octal | 45 | 113 | 251 | 116 | 70 | 0 | 42 | 337 | 100 | 50 |
| Binary | 100101 | 1001011 | 10101001 | 1001110 | 111000 | 0 | 100010 | 11011111 | 1000000 | 101000 |
Color Harmonies of #254BA9
Complementary color
Monochromatic Colors of #254BA9
Black with #254BA9
Text Example
Text Example
White with #254BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BA9; }
p { color: rgb(37,75,169); }
H1.HeaderClassName
{
color: #254BA9;
}
.AnyTagClassName
{
color: #254BA9;
}
</style>
background-color css
<style>
a { background-color: #254BA9; }
a { background-color: rgb(37,75,169); }
div.DivClassName
{
background-color: #254BA9;
}
.BgClassName
{
background-color: #254BA9;
}
</style>
border-color css
<style>
span { border-color: #254BA9; }
span { border-color: rgb(37,75,169); }
td.TdClassName
{
border-color: #254BA9;
}
.TagClassName
{
border-color: #254BA9;
}
</style>