Shades of Cerulean Blue #2148CA
Tints of Cerulean Blue #2148CA
RGB
CMYK
RGB Variations
Color information
#2148CA (or 0x2148CA) is known color: Cerulean Blue. HEX triplet: 21, 48 and CA. RGB value is (33,72,202). Sum of RGB (Red+Green+Blue) = 33+72+202=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #2148CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2148CA is #DEB735. Grayscale: #4A4A4A. Windows color (decimal): -14595894 or 13256737. OLE color: 13256737.
HSL color Cylindrical-coordinate representation of color #2148CA: hue angle of 226.15º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2148CA is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 72 | 202 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.21 |
| HSL | 226.15º | 0.72% | 0.46% | - |
| HSV(B) | 226.15º | 0.84% | 0.79% | - |
| XYZ | 13.61 | 9.22 | 56.94 | - |
| YUV | 75.16 | 199.58 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 202 | 0.84 | 0.64 | 0 | 0.21 | 226.15 | 0.72 | 0.46 |
| Hex | 21 | 48 | CA | 54 | 40 | 0 | 15 | E2 | 48 | 2E |
| Octal | 41 | 110 | 312 | 124 | 100 | 0 | 25 | 342 | 110 | 56 |
| Binary | 100001 | 1001000 | 11001010 | 1010100 | 1000000 | 0 | 10101 | 11100010 | 1001000 | 101110 |
Color Harmonies of #2148CA
Complementary color
Monochromatic Colors of #2148CA
Black with #2148CA
Text Example
Text Example
White with #2148CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2148CA; }
p { color: rgb(33,72,202); }
H1.HeaderClassName
{
color: #2148CA;
}
.AnyTagClassName
{
color: #2148CA;
}
</style>
background-color css
<style>
a { background-color: #2148CA; }
a { background-color: rgb(33,72,202); }
div.DivClassName
{
background-color: #2148CA;
}
.BgClassName
{
background-color: #2148CA;
}
</style>
border-color css
<style>
span { border-color: #2148CA; }
span { border-color: rgb(33,72,202); }
td.TdClassName
{
border-color: #2148CA;
}
.TagClassName
{
border-color: #2148CA;
}
</style>