Shades of Cerulean Blue #254BB1
Tints of Cerulean Blue #254BB1
RGB
CMYK
RGB Variations
Color information
#254BB1 (or 0x254BB1) is known color: Cerulean Blue. HEX triplet: 25, 4B and B1. RGB value is (37,75,177). Sum of RGB (Red+Green+Blue) = 37+75+177=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 177 (69.53% from 255 or 61.25% from 289); Max value from RGB is 177 - color contains mainly: blue. Hex color #254BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254BB1 is #DAB44E. Grayscale: #4A4A4A. Windows color (decimal): -14333007 or 11619109. OLE color: 11619109.
HSL color Cylindrical-coordinate representation of color #254BB1: hue angle of 223.71º 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 #254BB1 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 75 | 177 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.31 |
| HSL | 223.71º | 0.65% | 0.42% | - |
| HSV(B) | 223.71º | 0.79% | 0.69% | - |
| XYZ | 11.21 | 8.6 | 42.66 | - |
| YUV | 75.27 | 185.41 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 177 | 0.79 | 0.58 | 0 | 0.31 | 223.71 | 0.65 | 0.42 |
| Hex | 25 | 4B | B1 | 4F | 3A | 0 | 1F | E0 | 41 | 2A |
| Octal | 45 | 113 | 261 | 117 | 72 | 0 | 37 | 340 | 101 | 52 |
| Binary | 100101 | 1001011 | 10110001 | 1001111 | 111010 | 0 | 11111 | 11100000 | 1000001 | 101010 |
Color Harmonies of #254BB1
Complementary color
Monochromatic Colors of #254BB1
Black with #254BB1
Text Example
Text Example
White with #254BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BB1; }
p { color: rgb(37,75,177); }
H1.HeaderClassName
{
color: #254BB1;
}
.AnyTagClassName
{
color: #254BB1;
}
</style>
background-color css
<style>
a { background-color: #254BB1; }
a { background-color: rgb(37,75,177); }
div.DivClassName
{
background-color: #254BB1;
}
.BgClassName
{
background-color: #254BB1;
}
</style>
border-color css
<style>
span { border-color: #254BB1; }
span { border-color: rgb(37,75,177); }
td.TdClassName
{
border-color: #254BB1;
}
.TagClassName
{
border-color: #254BB1;
}
</style>