Shades of Cerulean Blue #2148CE
Tints of Cerulean Blue #2148CE
RGB
CMYK
RGB Variations
Color information
#2148CE (or 0x2148CE) is known color: Cerulean Blue. HEX triplet: 21, 48 and CE. RGB value is (33,72,206). Sum of RGB (Red+Green+Blue) = 33+72+206=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #2148CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2148CE is #DEB731. Grayscale: #4B4B4B. Windows color (decimal): -14595890 or 13518881. OLE color: 13518881.
HSL color Cylindrical-coordinate representation of color #2148CE: hue angle of 226.47º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2148CE is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 72 | 206 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.19 |
| HSL | 226.47º | 0.72% | 0.47% | - |
| HSV(B) | 226.47º | 0.84% | 0.81% | - |
| XYZ | 14.09 | 9.41 | 59.47 | - |
| YUV | 75.62 | 201.58 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 206 | 0.84 | 0.65 | 0 | 0.19 | 226.47 | 0.72 | 0.47 |
| Hex | 21 | 48 | CE | 54 | 41 | 0 | 13 | E2 | 48 | 2F |
| Octal | 41 | 110 | 316 | 124 | 101 | 0 | 23 | 342 | 110 | 57 |
| Binary | 100001 | 1001000 | 11001110 | 1010100 | 1000001 | 0 | 10011 | 11100010 | 1001000 | 101111 |
Color Harmonies of #2148CE
Complementary color
Monochromatic Colors of #2148CE
Black with #2148CE
Text Example
Text Example
White with #2148CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2148CE; }
p { color: rgb(33,72,206); }
H1.HeaderClassName
{
color: #2148CE;
}
.AnyTagClassName
{
color: #2148CE;
}
</style>
background-color css
<style>
a { background-color: #2148CE; }
a { background-color: rgb(33,72,206); }
div.DivClassName
{
background-color: #2148CE;
}
.BgClassName
{
background-color: #2148CE;
}
</style>
border-color css
<style>
span { border-color: #2148CE; }
span { border-color: rgb(33,72,206); }
td.TdClassName
{
border-color: #2148CE;
}
.TagClassName
{
border-color: #2148CE;
}
</style>