Shades of Cerulean Blue #254DA5
Tints of Cerulean Blue #254DA5
RGB
CMYK
RGB Variations
Color information
#254DA5 (or 0x254DA5) is known color: Cerulean Blue. HEX triplet: 25, 4D and A5. RGB value is (37,77,165). Sum of RGB (Red+Green+Blue) = 37+77+165=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 165 (64.84% from 255 or 59.14% from 279); Max value from RGB is 165 - color contains mainly: blue. Hex color #254DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254DA5 is #DAB25A. Grayscale: #4A4A4A. Windows color (decimal): -14332507 or 10833189. OLE color: 10833189.
HSL color Cylindrical-coordinate representation of color #254DA5: hue angle of 221.25º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #254DA5 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 77 | 165 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.35 |
| HSL | 221.25º | 0.63% | 0.4% | - |
| HSV(B) | 221.25º | 0.78% | 0.65% | - |
| XYZ | 10.21 | 8.42 | 36.68 | - |
| YUV | 75.07 | 178.75 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 165 | 0.78 | 0.53 | 0 | 0.35 | 221.25 | 0.63 | 0.4 |
| Hex | 25 | 4D | A5 | 4E | 35 | 0 | 23 | DD | 3F | 28 |
| Octal | 45 | 115 | 245 | 116 | 65 | 0 | 43 | 335 | 77 | 50 |
| Binary | 100101 | 1001101 | 10100101 | 1001110 | 110101 | 0 | 100011 | 11011101 | 111111 | 101000 |
Color Harmonies of #254DA5
Complementary color
Monochromatic Colors of #254DA5
Black with #254DA5
Text Example
Text Example
White with #254DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254DA5; }
p { color: rgb(37,77,165); }
H1.HeaderClassName
{
color: #254DA5;
}
.AnyTagClassName
{
color: #254DA5;
}
</style>
background-color css
<style>
a { background-color: #254DA5; }
a { background-color: rgb(37,77,165); }
div.DivClassName
{
background-color: #254DA5;
}
.BgClassName
{
background-color: #254DA5;
}
</style>
border-color css
<style>
span { border-color: #254DA5; }
span { border-color: rgb(37,77,165); }
td.TdClassName
{
border-color: #254DA5;
}
.TagClassName
{
border-color: #254DA5;
}
</style>