Shades of Cerulean Blue #254EBA
Tints of Cerulean Blue #254EBA
RGB
CMYK
RGB Variations
Color information
#254EBA (or 0x254EBA) is known color: Cerulean Blue. HEX triplet: 25, 4E and BA. RGB value is (37,78,186). Sum of RGB (Red+Green+Blue) = 37+78+186=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #254EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254EBA is #DAB145. Grayscale: #4D4D4D. Windows color (decimal): -14332230 or 12209701. OLE color: 12209701.
HSL color Cylindrical-coordinate representation of color #254EBA: hue angle of 223.49º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #254EBA is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 78 | 186 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.27 |
| HSL | 223.49º | 0.67% | 0.44% | - |
| HSV(B) | 223.49º | 0.8% | 0.73% | - |
| XYZ | 12.35 | 9.39 | 47.62 | - |
| YUV | 78.05 | 188.92 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 186 | 0.80 | 0.58 | 0 | 0.27 | 223.49 | 0.67 | 0.44 |
| Hex | 25 | 4E | BA | 50 | 3A | 0 | 1B | DF | 43 | 2C |
| Octal | 45 | 116 | 272 | 120 | 72 | 0 | 33 | 337 | 103 | 54 |
| Binary | 100101 | 1001110 | 10111010 | 1010000 | 111010 | 0 | 11011 | 11011111 | 1000011 | 101100 |
Color Harmonies of #254EBA
Complementary color
Monochromatic Colors of #254EBA
Black with #254EBA
Text Example
Text Example
White with #254EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254EBA; }
p { color: rgb(37,78,186); }
H1.HeaderClassName
{
color: #254EBA;
}
.AnyTagClassName
{
color: #254EBA;
}
</style>
background-color css
<style>
a { background-color: #254EBA; }
a { background-color: rgb(37,78,186); }
div.DivClassName
{
background-color: #254EBA;
}
.BgClassName
{
background-color: #254EBA;
}
</style>
border-color css
<style>
span { border-color: #254EBA; }
span { border-color: rgb(37,78,186); }
td.TdClassName
{
border-color: #254EBA;
}
.TagClassName
{
border-color: #254EBA;
}
</style>