Shades of Cerulean Blue #254AAF
Tints of Cerulean Blue #254AAF
RGB
CMYK
RGB Variations
Color information
#254AAF (or 0x254AAF) is known color: Cerulean Blue. HEX triplet: 25, 4A and AF. RGB value is (37,74,175). Sum of RGB (Red+Green+Blue) = 37+74+175=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #254AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254AAF is #DAB550. Grayscale: #4A4A4A. Windows color (decimal): -14333265 or 11487781. OLE color: 11487781.
HSL color Cylindrical-coordinate representation of color #254AAF: hue angle of 223.91º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #254AAF is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 74 | 175 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.31 |
| HSL | 223.91º | 0.65% | 0.42% | - |
| HSV(B) | 223.91º | 0.79% | 0.69% | - |
| XYZ | 10.95 | 8.39 | 41.6 | - |
| YUV | 74.45 | 184.74 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 175 | 0.79 | 0.58 | 0 | 0.31 | 223.91 | 0.65 | 0.42 |
| Hex | 25 | 4A | AF | 4F | 3A | 0 | 1F | E0 | 41 | 2A |
| Octal | 45 | 112 | 257 | 117 | 72 | 0 | 37 | 340 | 101 | 52 |
| Binary | 100101 | 1001010 | 10101111 | 1001111 | 111010 | 0 | 11111 | 11100000 | 1000001 | 101010 |
Color Harmonies of #254AAF
Complementary color
Monochromatic Colors of #254AAF
Black with #254AAF
Text Example
Text Example
White with #254AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254AAF; }
p { color: rgb(37,74,175); }
H1.HeaderClassName
{
color: #254AAF;
}
.AnyTagClassName
{
color: #254AAF;
}
</style>
background-color css
<style>
a { background-color: #254AAF; }
a { background-color: rgb(37,74,175); }
div.DivClassName
{
background-color: #254AAF;
}
.BgClassName
{
background-color: #254AAF;
}
</style>
border-color css
<style>
span { border-color: #254AAF; }
span { border-color: rgb(37,74,175); }
td.TdClassName
{
border-color: #254AAF;
}
.TagClassName
{
border-color: #254AAF;
}
</style>