Shades of Cerulean Blue #254EC4
Tints of Cerulean Blue #254EC4
RGB
CMYK
RGB Variations
Color information
#254EC4 (or 0x254EC4) is known color: Cerulean Blue. HEX triplet: 25, 4E and C4. RGB value is (37,78,196). Sum of RGB (Red+Green+Blue) = 37+78+196=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 196 (76.95% from 255 or 63.02% from 311); Max value from RGB is 196 - color contains mainly: blue. Hex color #254EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254EC4 is #DAB13B. Grayscale: #4E4E4E. Windows color (decimal): -14332220 or 12865061. OLE color: 12865061.
HSL color Cylindrical-coordinate representation of color #254EC4: hue angle of 224.53º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #254EC4 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 78 | 196 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.23 |
| HSL | 224.53º | 0.68% | 0.46% | - |
| HSV(B) | 224.53º | 0.81% | 0.77% | - |
| XYZ | 13.45 | 9.83 | 53.41 | - |
| YUV | 79.19 | 193.92 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 196 | 0.81 | 0.60 | 0 | 0.23 | 224.53 | 0.68 | 0.46 |
| Hex | 25 | 4E | C4 | 51 | 3C | 0 | 17 | E1 | 44 | 2E |
| Octal | 45 | 116 | 304 | 121 | 74 | 0 | 27 | 341 | 104 | 56 |
| Binary | 100101 | 1001110 | 11000100 | 1010001 | 111100 | 0 | 10111 | 11100001 | 1000100 | 101110 |
Color Harmonies of #254EC4
Complementary color
Monochromatic Colors of #254EC4
Black with #254EC4
Text Example
Text Example
White with #254EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254EC4; }
p { color: rgb(37,78,196); }
H1.HeaderClassName
{
color: #254EC4;
}
.AnyTagClassName
{
color: #254EC4;
}
</style>
background-color css
<style>
a { background-color: #254EC4; }
a { background-color: rgb(37,78,196); }
div.DivClassName
{
background-color: #254EC4;
}
.BgClassName
{
background-color: #254EC4;
}
</style>
border-color css
<style>
span { border-color: #254EC4; }
span { border-color: rgb(37,78,196); }
td.TdClassName
{
border-color: #254EC4;
}
.TagClassName
{
border-color: #254EC4;
}
</style>