Shades of Cerulean Blue #2546D2
Tints of Cerulean Blue #2546D2
RGB
CMYK
RGB Variations
Color information
#2546D2 (or 0x2546D2) is known color: Cerulean Blue. HEX triplet: 25, 46 and D2. RGB value is (37,70,210). Sum of RGB (Red+Green+Blue) = 37+70+210=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 210 (82.42% from 255 or 66.25% from 317); Max value from RGB is 210 - color contains mainly: blue. Hex color #2546D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2546D2 is #DAB92D. Grayscale: #4B4B4B. Windows color (decimal): -14334254 or 13780517. OLE color: 13780517.
HSL color Cylindrical-coordinate representation of color #2546D2: hue angle of 228.55º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2546D2 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 70 | 210 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.18 |
| HSL | 228.55º | 0.7% | 0.48% | - |
| HSV(B) | 228.55º | 0.82% | 0.82% | - |
| XYZ | 14.59 | 9.43 | 62.02 | - |
| YUV | 76.09 | 203.57 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 210 | 0.82 | 0.67 | 0 | 0.18 | 228.55 | 0.7 | 0.48 |
| Hex | 25 | 46 | D2 | 52 | 43 | 0 | 12 | E5 | 46 | 30 |
| Octal | 45 | 106 | 322 | 122 | 103 | 0 | 22 | 345 | 106 | 60 |
| Binary | 100101 | 1000110 | 11010010 | 1010010 | 1000011 | 0 | 10010 | 11100101 | 1000110 | 110000 |
Color Harmonies of #2546D2
Complementary color
Monochromatic Colors of #2546D2
Black with #2546D2
Text Example
Text Example
White with #2546D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2546D2; }
p { color: rgb(37,70,210); }
H1.HeaderClassName
{
color: #2546D2;
}
.AnyTagClassName
{
color: #2546D2;
}
</style>
background-color css
<style>
a { background-color: #2546D2; }
a { background-color: rgb(37,70,210); }
div.DivClassName
{
background-color: #2546D2;
}
.BgClassName
{
background-color: #2546D2;
}
</style>
border-color css
<style>
span { border-color: #2546D2; }
span { border-color: rgb(37,70,210); }
td.TdClassName
{
border-color: #2546D2;
}
.TagClassName
{
border-color: #2546D2;
}
</style>