Shades of Cerulean Blue #254ACE
Tints of Cerulean Blue #254ACE
RGB
CMYK
RGB Variations
Color information
#254ACE (or 0x254ACE) is known color: Cerulean Blue. HEX triplet: 25, 4A and CE. RGB value is (37,74,206). Sum of RGB (Red+Green+Blue) = 37+74+206=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #254ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254ACE is #DAB531. Grayscale: #4D4D4D. Windows color (decimal): -14333234 or 13519397. OLE color: 13519397.
HSL color Cylindrical-coordinate representation of color #254ACE: hue angle of 226.86º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #254ACE is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 74 | 206 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.19 |
| HSL | 226.86º | 0.7% | 0.48% | - |
| HSV(B) | 226.86º | 0.82% | 0.81% | - |
| XYZ | 14.35 | 9.75 | 59.52 | - |
| YUV | 77.99 | 200.24 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 206 | 0.82 | 0.64 | 0 | 0.19 | 226.86 | 0.7 | 0.48 |
| Hex | 25 | 4A | CE | 52 | 40 | 0 | 13 | E3 | 46 | 30 |
| Octal | 45 | 112 | 316 | 122 | 100 | 0 | 23 | 343 | 106 | 60 |
| Binary | 100101 | 1001010 | 11001110 | 1010010 | 1000000 | 0 | 10011 | 11100011 | 1000110 | 110000 |
Color Harmonies of #254ACE
Complementary color
Monochromatic Colors of #254ACE
Black with #254ACE
Text Example
Text Example
White with #254ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254ACE; }
p { color: rgb(37,74,206); }
H1.HeaderClassName
{
color: #254ACE;
}
.AnyTagClassName
{
color: #254ACE;
}
</style>
background-color css
<style>
a { background-color: #254ACE; }
a { background-color: rgb(37,74,206); }
div.DivClassName
{
background-color: #254ACE;
}
.BgClassName
{
background-color: #254ACE;
}
</style>
border-color css
<style>
span { border-color: #254ACE; }
span { border-color: rgb(37,74,206); }
td.TdClassName
{
border-color: #254ACE;
}
.TagClassName
{
border-color: #254ACE;
}
</style>