Shades of Cerulean Blue #254EDC
Tints of Cerulean Blue #254EDC
RGB
CMYK
RGB Variations
Color information
#254EDC (or 0x254EDC) is known color: Cerulean Blue. HEX triplet: 25, 4E and DC. RGB value is (37,78,220). Sum of RGB (Red+Green+Blue) = 37+78+220=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #254EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254EDC is #DAB123. Grayscale: #515151. Windows color (decimal): -14332196 or 14437925. OLE color: 14437925.
HSL color Cylindrical-coordinate representation of color #254EDC: hue angle of 226.56º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #254EDC is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 78 | 220 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.14 |
| HSL | 226.56º | 0.72% | 0.5% | - |
| HSV(B) | 226.56º | 0.83% | 0.86% | - |
| XYZ | 16.41 | 11.01 | 68.97 | - |
| YUV | 81.93 | 205.92 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 220 | 0.83 | 0.65 | 0 | 0.14 | 226.56 | 0.72 | 0.5 |
| Hex | 25 | 4E | DC | 53 | 41 | 0 | E | E3 | 48 | 32 |
| Octal | 45 | 116 | 334 | 123 | 101 | 0 | 16 | 343 | 110 | 62 |
| Binary | 100101 | 1001110 | 11011100 | 1010011 | 1000001 | 0 | 1110 | 11100011 | 1001000 | 110010 |
Color Harmonies of #254EDC
Complementary color
Monochromatic Colors of #254EDC
Black with #254EDC
Text Example
Text Example
White with #254EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254EDC; }
p { color: rgb(37,78,220); }
H1.HeaderClassName
{
color: #254EDC;
}
.AnyTagClassName
{
color: #254EDC;
}
</style>
background-color css
<style>
a { background-color: #254EDC; }
a { background-color: rgb(37,78,220); }
div.DivClassName
{
background-color: #254EDC;
}
.BgClassName
{
background-color: #254EDC;
}
</style>
border-color css
<style>
span { border-color: #254EDC; }
span { border-color: rgb(37,78,220); }
td.TdClassName
{
border-color: #254EDC;
}
.TagClassName
{
border-color: #254EDC;
}
</style>