Shades of Cerulean Blue #254DA4
Tints of Cerulean Blue #254DA4
RGB
CMYK
RGB Variations
Color information
#254DA4 (or 0x254DA4) is known color: Cerulean Blue. HEX triplet: 25, 4D and A4. RGB value is (37,77,164). Sum of RGB (Red+Green+Blue) = 37+77+164=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 164 (64.45% from 255 or 58.99% from 278); Max value from RGB is 164 - color contains mainly: blue. Hex color #254DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254DA4 is #DAB25B. Grayscale: #4A4A4A. Windows color (decimal): -14332508 or 10767653. OLE color: 10767653.
HSL color Cylindrical-coordinate representation of color #254DA4: hue angle of 221.1º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #254DA4 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 77 | 164 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.36 |
| HSL | 221.1º | 0.63% | 0.39% | - |
| HSV(B) | 221.1º | 0.77% | 0.64% | - |
| XYZ | 10.12 | 8.38 | 36.21 | - |
| YUV | 74.96 | 178.25 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 164 | 0.77 | 0.53 | 0 | 0.36 | 221.1 | 0.63 | 0.39 |
| Hex | 25 | 4D | A4 | 4D | 35 | 0 | 24 | DD | 3F | 27 |
| Octal | 45 | 115 | 244 | 115 | 65 | 0 | 44 | 335 | 77 | 47 |
| Binary | 100101 | 1001101 | 10100100 | 1001101 | 110101 | 0 | 100100 | 11011101 | 111111 | 100111 |
Color Harmonies of #254DA4
Complementary color
Monochromatic Colors of #254DA4
Black with #254DA4
Text Example
Text Example
White with #254DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254DA4; }
p { color: rgb(37,77,164); }
H1.HeaderClassName
{
color: #254DA4;
}
.AnyTagClassName
{
color: #254DA4;
}
</style>
background-color css
<style>
a { background-color: #254DA4; }
a { background-color: rgb(37,77,164); }
div.DivClassName
{
background-color: #254DA4;
}
.BgClassName
{
background-color: #254DA4;
}
</style>
border-color css
<style>
span { border-color: #254DA4; }
span { border-color: rgb(37,77,164); }
td.TdClassName
{
border-color: #254DA4;
}
.TagClassName
{
border-color: #254DA4;
}
</style>