Shades of Cerulean Blue #2549DA
Tints of Cerulean Blue #2549DA
RGB
CMYK
RGB Variations
Color information
#2549DA (or 0x2549DA) is known color: Cerulean Blue. HEX triplet: 25, 49 and DA. RGB value is (37,73,218). Sum of RGB (Red+Green+Blue) = 37+73+218=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #2549DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2549DA is #DAB625. Grayscale: #4E4E4E. Windows color (decimal): -14333478 or 14305573. OLE color: 14305573.
HSL color Cylindrical-coordinate representation of color #2549DA: hue angle of 228.07º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2549DA is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 73 | 218 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.15 |
| HSL | 228.07º | 0.71% | 0.5% | - |
| HSV(B) | 228.07º | 0.83% | 0.85% | - |
| XYZ | 15.8 | 10.22 | 67.47 | - |
| YUV | 78.77 | 206.57 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 218 | 0.83 | 0.67 | 0 | 0.15 | 228.07 | 0.71 | 0.5 |
| Hex | 25 | 49 | DA | 53 | 43 | 0 | F | E4 | 47 | 32 |
| Octal | 45 | 111 | 332 | 123 | 103 | 0 | 17 | 344 | 107 | 62 |
| Binary | 100101 | 1001001 | 11011010 | 1010011 | 1000011 | 0 | 1111 | 11100100 | 1000111 | 110010 |
Color Harmonies of #2549DA
Complementary color
Monochromatic Colors of #2549DA
Black with #2549DA
Text Example
Text Example
White with #2549DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2549DA; }
p { color: rgb(37,73,218); }
H1.HeaderClassName
{
color: #2549DA;
}
.AnyTagClassName
{
color: #2549DA;
}
</style>
background-color css
<style>
a { background-color: #2549DA; }
a { background-color: rgb(37,73,218); }
div.DivClassName
{
background-color: #2549DA;
}
.BgClassName
{
background-color: #2549DA;
}
</style>
border-color css
<style>
span { border-color: #2549DA; }
span { border-color: rgb(37,73,218); }
td.TdClassName
{
border-color: #2549DA;
}
.TagClassName
{
border-color: #2549DA;
}
</style>