Shades of Cerulean Blue #2549DC
Tints of Cerulean Blue #2549DC
RGB
CMYK
RGB Variations
Color information
#2549DC (or 0x2549DC) is known color: Cerulean Blue. HEX triplet: 25, 49 and DC. RGB value is (37,73,220). Sum of RGB (Red+Green+Blue) = 37+73+220=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #2549DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2549DC is #DAB623. Grayscale: #4E4E4E. Windows color (decimal): -14333476 or 14436645. OLE color: 14436645.
HSL color Cylindrical-coordinate representation of color #2549DC: hue angle of 228.2º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2549DC is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 73 | 220 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.14 |
| HSL | 228.2º | 0.72% | 0.5% | - |
| HSV(B) | 228.2º | 0.83% | 0.86% | - |
| XYZ | 16.06 | 10.33 | 68.86 | - |
| YUV | 78.99 | 207.57 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 220 | 0.83 | 0.67 | 0 | 0.14 | 228.2 | 0.72 | 0.5 |
| Hex | 25 | 49 | DC | 53 | 43 | 0 | E | E4 | 48 | 32 |
| Octal | 45 | 111 | 334 | 123 | 103 | 0 | 16 | 344 | 110 | 62 |
| Binary | 100101 | 1001001 | 11011100 | 1010011 | 1000011 | 0 | 1110 | 11100100 | 1001000 | 110010 |
Color Harmonies of #2549DC
Complementary color
Monochromatic Colors of #2549DC
Black with #2549DC
Text Example
Text Example
White with #2549DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2549DC; }
p { color: rgb(37,73,220); }
H1.HeaderClassName
{
color: #2549DC;
}
.AnyTagClassName
{
color: #2549DC;
}
</style>
background-color css
<style>
a { background-color: #2549DC; }
a { background-color: rgb(37,73,220); }
div.DivClassName
{
background-color: #2549DC;
}
.BgClassName
{
background-color: #2549DC;
}
</style>
border-color css
<style>
span { border-color: #2549DC; }
span { border-color: rgb(37,73,220); }
td.TdClassName
{
border-color: #2549DC;
}
.TagClassName
{
border-color: #2549DC;
}
</style>