Shades of Cerulean Blue #2544DF
Tints of Cerulean Blue #2544DF
RGB
CMYK
RGB Variations
Color information
#2544DF (or 0x2544DF) is known color: Cerulean Blue. HEX triplet: 25, 44 and DF. RGB value is (37,68,223). Sum of RGB (Red+Green+Blue) = 37+68+223=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #2544DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2544DF is #DABB20. Grayscale: #4B4B4B. Windows color (decimal): -14334753 or 14631973. OLE color: 14631973.
HSL color Cylindrical-coordinate representation of color #2544DF: hue angle of 230º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2544DF is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 68 | 223 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.13 |
| HSL | 230º | 0.74% | 0.51% | - |
| HSV(B) | 230º | 0.83% | 0.87% | - |
| XYZ | 16.15 | 9.86 | 70.86 | - |
| YUV | 76.4 | 210.73 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 223 | 0.83 | 0.70 | 0 | 0.13 | 230 | 0.74 | 0.51 |
| Hex | 25 | 44 | DF | 53 | 46 | 0 | D | E6 | 4A | 33 |
| Octal | 45 | 104 | 337 | 123 | 106 | 0 | 15 | 346 | 112 | 63 |
| Binary | 100101 | 1000100 | 11011111 | 1010011 | 1000110 | 0 | 1101 | 11100110 | 1001010 | 110011 |
Color Harmonies of #2544DF
Complementary color
Monochromatic Colors of #2544DF
Black with #2544DF
Text Example
Text Example
White with #2544DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2544DF; }
p { color: rgb(37,68,223); }
H1.HeaderClassName
{
color: #2544DF;
}
.AnyTagClassName
{
color: #2544DF;
}
</style>
background-color css
<style>
a { background-color: #2544DF; }
a { background-color: rgb(37,68,223); }
div.DivClassName
{
background-color: #2544DF;
}
.BgClassName
{
background-color: #2544DF;
}
</style>
border-color css
<style>
span { border-color: #2544DF; }
span { border-color: rgb(37,68,223); }
td.TdClassName
{
border-color: #2544DF;
}
.TagClassName
{
border-color: #2544DF;
}
</style>