Shades of Cerulean Blue #2548CA
Tints of Cerulean Blue #2548CA
RGB
CMYK
RGB Variations
Color information
#2548CA (or 0x2548CA) is known color: Cerulean Blue. HEX triplet: 25, 48 and CA. RGB value is (37,72,202). Sum of RGB (Red+Green+Blue) = 37+72+202=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 202 (79.30% from 255 or 64.95% from 311); Max value from RGB is 202 - color contains mainly: blue. Hex color #2548CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2548CA is #DAB735. Grayscale: #4B4B4B. Windows color (decimal): -14333750 or 13256741. OLE color: 13256741.
HSL color Cylindrical-coordinate representation of color #2548CA: hue angle of 227.27º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2548CA is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 72 | 202 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.21 |
| HSL | 227.27º | 0.69% | 0.47% | - |
| HSV(B) | 227.27º | 0.82% | 0.79% | - |
| XYZ | 13.74 | 9.29 | 56.95 | - |
| YUV | 76.36 | 198.9 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 202 | 0.82 | 0.64 | 0 | 0.21 | 227.27 | 0.69 | 0.47 |
| Hex | 25 | 48 | CA | 52 | 40 | 0 | 15 | E3 | 45 | 2F |
| Octal | 45 | 110 | 312 | 122 | 100 | 0 | 25 | 343 | 105 | 57 |
| Binary | 100101 | 1001000 | 11001010 | 1010010 | 1000000 | 0 | 10101 | 11100011 | 1000101 | 101111 |
Color Harmonies of #2548CA
Complementary color
Monochromatic Colors of #2548CA
Black with #2548CA
Text Example
Text Example
White with #2548CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2548CA; }
p { color: rgb(37,72,202); }
H1.HeaderClassName
{
color: #2548CA;
}
.AnyTagClassName
{
color: #2548CA;
}
</style>
background-color css
<style>
a { background-color: #2548CA; }
a { background-color: rgb(37,72,202); }
div.DivClassName
{
background-color: #2548CA;
}
.BgClassName
{
background-color: #2548CA;
}
</style>
border-color css
<style>
span { border-color: #2548CA; }
span { border-color: rgb(37,72,202); }
td.TdClassName
{
border-color: #2548CA;
}
.TagClassName
{
border-color: #2548CA;
}
</style>