Shades of Cerulean Blue #254BE5
Tints of Cerulean Blue #254BE5
RGB
CMYK
RGB Variations
Color information
#254BE5 (or 0x254BE5) is known color: Cerulean Blue. HEX triplet: 25, 4B and E5. RGB value is (37,75,229). Sum of RGB (Red+Green+Blue) = 37+75+229=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 229 (89.84% from 255 or 67.16% from 341); Max value from RGB is 229 - color contains mainly: blue. Hex color #254BE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254BE5 is #DAB41A. Grayscale: #505050. Windows color (decimal): -14332955 or 15026981. OLE color: 15026981.
HSL color Cylindrical-coordinate representation of color #254BE5: hue angle of 228.12º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #254BE5 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 75 | 229 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.10 |
| HSL | 228.13º | 0.79% | 0.52% | - |
| HSV(B) | 228.13º | 0.84% | 0.9% | - |
| XYZ | 17.42 | 11.08 | 75.35 | - |
| YUV | 81.19 | 211.41 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 229 | 0.84 | 0.67 | 0 | 0.10 | 228.13 | 0.79 | 0.52 |
| Hex | 25 | 4B | E5 | 54 | 43 | 0 | A | E4 | 4F | 34 |
| Octal | 45 | 113 | 345 | 124 | 103 | 0 | 12 | 344 | 117 | 64 |
| Binary | 100101 | 1001011 | 11100101 | 1010100 | 1000011 | 0 | 1010 | 11100100 | 1001111 | 110100 |
Color Harmonies of #254BE5
Complementary color
Monochromatic Colors of #254BE5
Black with #254BE5
Text Example
Text Example
White with #254BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BE5; }
p { color: rgb(37,75,229); }
H1.HeaderClassName
{
color: #254BE5;
}
.AnyTagClassName
{
color: #254BE5;
}
</style>
background-color css
<style>
a { background-color: #254BE5; }
a { background-color: rgb(37,75,229); }
div.DivClassName
{
background-color: #254BE5;
}
.BgClassName
{
background-color: #254BE5;
}
</style>
border-color css
<style>
span { border-color: #254BE5; }
span { border-color: rgb(37,75,229); }
td.TdClassName
{
border-color: #254BE5;
}
.TagClassName
{
border-color: #254BE5;
}
</style>