Shades of Cerulean Blue #254BAB
Tints of Cerulean Blue #254BAB
RGB
CMYK
RGB Variations
Color information
#254BAB (or 0x254BAB) is known color: Cerulean Blue. HEX triplet: 25, 4B and AB. RGB value is (37,75,171). Sum of RGB (Red+Green+Blue) = 37+75+171=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #254BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254BAB is #DAB454. Grayscale: #4A4A4A. Windows color (decimal): -14333013 or 11225893. OLE color: 11225893.
HSL color Cylindrical-coordinate representation of color #254BAB: hue angle of 222.99º 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 #254BAB is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 75 | 171 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.33 |
| HSL | 222.99º | 0.64% | 0.41% | - |
| HSV(B) | 222.99º | 0.78% | 0.67% | - |
| XYZ | 10.63 | 8.37 | 39.58 | - |
| YUV | 74.58 | 182.41 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 171 | 0.78 | 0.56 | 0 | 0.33 | 222.99 | 0.64 | 0.41 |
| Hex | 25 | 4B | AB | 4E | 38 | 0 | 21 | DF | 40 | 29 |
| Octal | 45 | 113 | 253 | 116 | 70 | 0 | 41 | 337 | 100 | 51 |
| Binary | 100101 | 1001011 | 10101011 | 1001110 | 111000 | 0 | 100001 | 11011111 | 1000000 | 101001 |
Color Harmonies of #254BAB
Complementary color
Monochromatic Colors of #254BAB
Black with #254BAB
Text Example
Text Example
White with #254BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BAB; }
p { color: rgb(37,75,171); }
H1.HeaderClassName
{
color: #254BAB;
}
.AnyTagClassName
{
color: #254BAB;
}
</style>
background-color css
<style>
a { background-color: #254BAB; }
a { background-color: rgb(37,75,171); }
div.DivClassName
{
background-color: #254BAB;
}
.BgClassName
{
background-color: #254BAB;
}
</style>
border-color css
<style>
span { border-color: #254BAB; }
span { border-color: rgb(37,75,171); }
td.TdClassName
{
border-color: #254BAB;
}
.TagClassName
{
border-color: #254BAB;
}
</style>