Shades of Cerulean Blue #254FAC
Tints of Cerulean Blue #254FAC
RGB
CMYK
RGB Variations
Color information
#254FAC (or 0x254FAC) is known color: Cerulean Blue. HEX triplet: 25, 4F and AC. RGB value is (37,79,172). Sum of RGB (Red+Green+Blue) = 37+79+172=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #254FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254FAC is #DAB053. Grayscale: #4C4C4C. Windows color (decimal): -14331988 or 11292453. OLE color: 11292453.
HSL color Cylindrical-coordinate representation of color #254FAC: hue angle of 221.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #254FAC is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 79 | 172 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.33 |
| HSL | 221.33º | 0.65% | 0.41% | - |
| HSV(B) | 221.33º | 0.78% | 0.67% | - |
| XYZ | 11.01 | 8.96 | 40.18 | - |
| YUV | 77.04 | 181.59 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 172 | 0.78 | 0.54 | 0 | 0.33 | 221.33 | 0.65 | 0.41 |
| Hex | 25 | 4F | AC | 4E | 36 | 0 | 21 | DD | 41 | 29 |
| Octal | 45 | 117 | 254 | 116 | 66 | 0 | 41 | 335 | 101 | 51 |
| Binary | 100101 | 1001111 | 10101100 | 1001110 | 110110 | 0 | 100001 | 11011101 | 1000001 | 101001 |
Color Harmonies of #254FAC
Complementary color
Monochromatic Colors of #254FAC
Black with #254FAC
Text Example
Text Example
White with #254FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254FAC; }
p { color: rgb(37,79,172); }
H1.HeaderClassName
{
color: #254FAC;
}
.AnyTagClassName
{
color: #254FAC;
}
</style>
background-color css
<style>
a { background-color: #254FAC; }
a { background-color: rgb(37,79,172); }
div.DivClassName
{
background-color: #254FAC;
}
.BgClassName
{
background-color: #254FAC;
}
</style>
border-color css
<style>
span { border-color: #254FAC; }
span { border-color: rgb(37,79,172); }
td.TdClassName
{
border-color: #254FAC;
}
.TagClassName
{
border-color: #254FAC;
}
</style>