Shades of Cerulean Blue #2148BE
Tints of Cerulean Blue #2148BE
RGB
CMYK
RGB Variations
Color information
#2148BE (or 0x2148BE) is known color: Cerulean Blue. HEX triplet: 21, 48 and BE. RGB value is (33,72,190). Sum of RGB (Red+Green+Blue) = 33+72+190=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #2148BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2148BE is #DEB741. Grayscale: #494949. Windows color (decimal): -14595906 or 12470305. OLE color: 12470305.
HSL color Cylindrical-coordinate representation of color #2148BE: hue angle of 225.1º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2148BE is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 72 | 190 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.25 |
| HSL | 225.1º | 0.7% | 0.44% | - |
| HSV(B) | 225.1º | 0.83% | 0.75% | - |
| XYZ | 12.24 | 8.68 | 49.74 | - |
| YUV | 73.79 | 193.58 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 190 | 0.83 | 0.62 | 0 | 0.25 | 225.1 | 0.7 | 0.44 |
| Hex | 21 | 48 | BE | 53 | 3E | 0 | 19 | E1 | 46 | 2C |
| Octal | 41 | 110 | 276 | 123 | 76 | 0 | 31 | 341 | 106 | 54 |
| Binary | 100001 | 1001000 | 10111110 | 1010011 | 111110 | 0 | 11001 | 11100001 | 1000110 | 101100 |
Color Harmonies of #2148BE
Complementary color
Monochromatic Colors of #2148BE
Black with #2148BE
Text Example
Text Example
White with #2148BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2148BE; }
p { color: rgb(33,72,190); }
H1.HeaderClassName
{
color: #2148BE;
}
.AnyTagClassName
{
color: #2148BE;
}
</style>
background-color css
<style>
a { background-color: #2148BE; }
a { background-color: rgb(33,72,190); }
div.DivClassName
{
background-color: #2148BE;
}
.BgClassName
{
background-color: #2148BE;
}
</style>
border-color css
<style>
span { border-color: #2148BE; }
span { border-color: rgb(33,72,190); }
td.TdClassName
{
border-color: #2148BE;
}
.TagClassName
{
border-color: #2148BE;
}
</style>