Shades of Cerulean Blue #2148EA
Tints of Cerulean Blue #2148EA
RGB
CMYK
RGB Variations
Color information
#2148EA (or 0x2148EA) is known color: Cerulean Blue. HEX triplet: 21, 48 and EA. RGB value is (33,72,234). Sum of RGB (Red+Green+Blue) = 33+72+234=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 234 (91.80% from 255 or 69.03% from 339); Max value from RGB is 234 - color contains mainly: blue. Hex color #2148EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2148EA is #DEB715. Grayscale: #4E4E4E. Windows color (decimal): -14595862 or 15353889. OLE color: 15353889.
HSL color Cylindrical-coordinate representation of color #2148EA: hue angle of 228.36º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2148EA is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 72 | 234 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.08 |
| HSL | 228.36º | 0.83% | 0.52% | - |
| HSV(B) | 228.36º | 0.86% | 0.92% | - |
| XYZ | 17.8 | 10.9 | 79.01 | - |
| YUV | 78.81 | 215.58 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 234 | 0.86 | 0.69 | 0 | 0.08 | 228.36 | 0.83 | 0.52 |
| Hex | 21 | 48 | EA | 56 | 45 | 0 | 8 | E4 | 53 | 34 |
| Octal | 41 | 110 | 352 | 126 | 105 | 0 | 10 | 344 | 123 | 64 |
| Binary | 100001 | 1001000 | 11101010 | 1010110 | 1000101 | 0 | 1000 | 11100100 | 1010011 | 110100 |
Color Harmonies of #2148EA
Complementary color
Monochromatic Colors of #2148EA
Black with #2148EA
Text Example
Text Example
White with #2148EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2148EA; }
p { color: rgb(33,72,234); }
H1.HeaderClassName
{
color: #2148EA;
}
.AnyTagClassName
{
color: #2148EA;
}
</style>
background-color css
<style>
a { background-color: #2148EA; }
a { background-color: rgb(33,72,234); }
div.DivClassName
{
background-color: #2148EA;
}
.BgClassName
{
background-color: #2148EA;
}
</style>
border-color css
<style>
span { border-color: #2148EA; }
span { border-color: rgb(33,72,234); }
td.TdClassName
{
border-color: #2148EA;
}
.TagClassName
{
border-color: #2148EA;
}
</style>