Shades of Cerulean Blue #2148E7
Tints of Cerulean Blue #2148E7
RGB
CMYK
RGB Variations
Color information
#2148E7 (or 0x2148E7) is known color: Cerulean Blue. HEX triplet: 21, 48 and E7. RGB value is (33,72,231). Sum of RGB (Red+Green+Blue) = 33+72+231=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 231 (90.62% from 255 or 68.75% from 336); Max value from RGB is 231 - color contains mainly: blue. Hex color #2148E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2148E7 is #DEB718. Grayscale: #4D4D4D. Windows color (decimal): -14595865 or 15157281. OLE color: 15157281.
HSL color Cylindrical-coordinate representation of color #2148E7: hue angle of 228.18º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2148E7 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 72 | 231 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.09 |
| HSL | 228.18º | 0.8% | 0.52% | - |
| HSV(B) | 228.18º | 0.86% | 0.91% | - |
| XYZ | 17.37 | 10.73 | 76.76 | - |
| YUV | 78.47 | 214.08 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 231 | 0.86 | 0.69 | 0 | 0.09 | 228.18 | 0.8 | 0.52 |
| Hex | 21 | 48 | E7 | 56 | 45 | 0 | 9 | E4 | 50 | 34 |
| Octal | 41 | 110 | 347 | 126 | 105 | 0 | 11 | 344 | 120 | 64 |
| Binary | 100001 | 1001000 | 11100111 | 1010110 | 1000101 | 0 | 1001 | 11100100 | 1010000 | 110100 |
Color Harmonies of #2148E7
Complementary color
Monochromatic Colors of #2148E7
Black with #2148E7
Text Example
Text Example
White with #2148E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2148E7; }
p { color: rgb(33,72,231); }
H1.HeaderClassName
{
color: #2148E7;
}
.AnyTagClassName
{
color: #2148E7;
}
</style>
background-color css
<style>
a { background-color: #2148E7; }
a { background-color: rgb(33,72,231); }
div.DivClassName
{
background-color: #2148E7;
}
.BgClassName
{
background-color: #2148E7;
}
</style>
border-color css
<style>
span { border-color: #2148E7; }
span { border-color: rgb(33,72,231); }
td.TdClassName
{
border-color: #2148E7;
}
.TagClassName
{
border-color: #2148E7;
}
</style>