Shades of Cerulean Blue #254DAB
Tints of Cerulean Blue #254DAB
RGB
CMYK
RGB Variations
Color information
#254DAB (or 0x254DAB) is known color: Cerulean Blue. HEX triplet: 25, 4D and AB. RGB value is (37,77,171). Sum of RGB (Red+Green+Blue) = 37+77+171=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #254DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254DAB is #DAB254. Grayscale: #4B4B4B. Windows color (decimal): -14332501 or 11226405. OLE color: 11226405.
HSL color Cylindrical-coordinate representation of color #254DAB: hue angle of 222.09º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #254DAB is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 77 | 171 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.33 |
| HSL | 222.09º | 0.64% | 0.41% | - |
| HSV(B) | 222.09º | 0.78% | 0.67% | - |
| XYZ | 10.77 | 8.64 | 39.63 | - |
| YUV | 75.76 | 181.75 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 171 | 0.78 | 0.55 | 0 | 0.33 | 222.09 | 0.64 | 0.41 |
| Hex | 25 | 4D | AB | 4E | 37 | 0 | 21 | DE | 40 | 29 |
| Octal | 45 | 115 | 253 | 116 | 67 | 0 | 41 | 336 | 100 | 51 |
| Binary | 100101 | 1001101 | 10101011 | 1001110 | 110111 | 0 | 100001 | 11011110 | 1000000 | 101001 |
Color Harmonies of #254DAB
Complementary color
Monochromatic Colors of #254DAB
Black with #254DAB
Text Example
Text Example
White with #254DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254DAB; }
p { color: rgb(37,77,171); }
H1.HeaderClassName
{
color: #254DAB;
}
.AnyTagClassName
{
color: #254DAB;
}
</style>
background-color css
<style>
a { background-color: #254DAB; }
a { background-color: rgb(37,77,171); }
div.DivClassName
{
background-color: #254DAB;
}
.BgClassName
{
background-color: #254DAB;
}
</style>
border-color css
<style>
span { border-color: #254DAB; }
span { border-color: rgb(37,77,171); }
td.TdClassName
{
border-color: #254DAB;
}
.TagClassName
{
border-color: #254DAB;
}
</style>