Shades of Cerulean Blue #254DAF
Tints of Cerulean Blue #254DAF
RGB
CMYK
RGB Variations
Color information
#254DAF (or 0x254DAF) is known color: Cerulean Blue. HEX triplet: 25, 4D and AF. RGB value is (37,77,175). Sum of RGB (Red+Green+Blue) = 37+77+175=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #254DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254DAF is #DAB250. Grayscale: #4B4B4B. Windows color (decimal): -14332497 or 11488549. OLE color: 11488549.
HSL color Cylindrical-coordinate representation of color #254DAF: hue angle of 222.61º 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 #254DAF is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 77 | 175 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.31 |
| HSL | 222.61º | 0.65% | 0.42% | - |
| HSV(B) | 222.61º | 0.79% | 0.69% | - |
| XYZ | 11.15 | 8.8 | 41.67 | - |
| YUV | 76.21 | 183.75 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 175 | 0.79 | 0.56 | 0 | 0.31 | 222.61 | 0.65 | 0.42 |
| Hex | 25 | 4D | AF | 4F | 38 | 0 | 1F | DF | 41 | 2A |
| Octal | 45 | 115 | 257 | 117 | 70 | 0 | 37 | 337 | 101 | 52 |
| Binary | 100101 | 1001101 | 10101111 | 1001111 | 111000 | 0 | 11111 | 11011111 | 1000001 | 101010 |
Color Harmonies of #254DAF
Complementary color
Monochromatic Colors of #254DAF
Black with #254DAF
Text Example
Text Example
White with #254DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254DAF; }
p { color: rgb(37,77,175); }
H1.HeaderClassName
{
color: #254DAF;
}
.AnyTagClassName
{
color: #254DAF;
}
</style>
background-color css
<style>
a { background-color: #254DAF; }
a { background-color: rgb(37,77,175); }
div.DivClassName
{
background-color: #254DAF;
}
.BgClassName
{
background-color: #254DAF;
}
</style>
border-color css
<style>
span { border-color: #254DAF; }
span { border-color: rgb(37,77,175); }
td.TdClassName
{
border-color: #254DAF;
}
.TagClassName
{
border-color: #254DAF;
}
</style>