Shades of Cerulean Blue #254AB4
Tints of Cerulean Blue #254AB4
RGB
CMYK
RGB Variations
Color information
#254AB4 (or 0x254AB4) is known color: Cerulean Blue. HEX triplet: 25, 4A and B4. RGB value is (37,74,180). Sum of RGB (Red+Green+Blue) = 37+74+180=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 180 (70.70% from 255 or 61.86% from 291); Max value from RGB is 180 - color contains mainly: blue. Hex color #254AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254AB4 is #DAB54B. Grayscale: #4A4A4A. Windows color (decimal): -14333260 or 11815461. OLE color: 11815461.
HSL color Cylindrical-coordinate representation of color #254AB4: hue angle of 224.48º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #254AB4 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 74 | 180 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.29 |
| HSL | 224.48º | 0.66% | 0.43% | - |
| HSV(B) | 224.48º | 0.79% | 0.71% | - |
| XYZ | 11.45 | 8.59 | 44.23 | - |
| YUV | 75.02 | 187.24 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 180 | 0.79 | 0.59 | 0 | 0.29 | 224.48 | 0.66 | 0.43 |
| Hex | 25 | 4A | B4 | 4F | 3B | 0 | 1D | E0 | 42 | 2B |
| Octal | 45 | 112 | 264 | 117 | 73 | 0 | 35 | 340 | 102 | 53 |
| Binary | 100101 | 1001010 | 10110100 | 1001111 | 111011 | 0 | 11101 | 11100000 | 1000010 | 101011 |
Color Harmonies of #254AB4
Complementary color
Monochromatic Colors of #254AB4
Black with #254AB4
Text Example
Text Example
White with #254AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254AB4; }
p { color: rgb(37,74,180); }
H1.HeaderClassName
{
color: #254AB4;
}
.AnyTagClassName
{
color: #254AB4;
}
</style>
background-color css
<style>
a { background-color: #254AB4; }
a { background-color: rgb(37,74,180); }
div.DivClassName
{
background-color: #254AB4;
}
.BgClassName
{
background-color: #254AB4;
}
</style>
border-color css
<style>
span { border-color: #254AB4; }
span { border-color: rgb(37,74,180); }
td.TdClassName
{
border-color: #254AB4;
}
.TagClassName
{
border-color: #254AB4;
}
</style>