Shades of Cerulean Blue #2150E3
Tints of Cerulean Blue #2150E3
RGB
CMYK
RGB Variations
Color information
#2150E3 (or 0x2150E3) is known color: Cerulean Blue. HEX triplet: 21, 50 and E3. RGB value is (33,80,227). Sum of RGB (Red+Green+Blue) = 33+80+227=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 227 (89.06% from 255 or 66.76% from 340); Max value from RGB is 227 - color contains mainly: blue. Hex color #2150E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2150E3 is #DEAF1C. Grayscale: #525252. Windows color (decimal): -14593821 or 14897185. OLE color: 14897185.
HSL color Cylindrical-coordinate representation of color #2150E3: hue angle of 225.46º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2150E3 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 80 | 227 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.11 |
| HSL | 225.46º | 0.78% | 0.51% | - |
| HSV(B) | 225.46º | 0.85% | 0.89% | - |
| XYZ | 17.36 | 11.61 | 74 | - |
| YUV | 82.71 | 209.43 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 227 | 0.85 | 0.65 | 0 | 0.11 | 225.46 | 0.78 | 0.51 |
| Hex | 21 | 50 | E3 | 55 | 41 | 0 | B | E1 | 4E | 33 |
| Octal | 41 | 120 | 343 | 125 | 101 | 0 | 13 | 341 | 116 | 63 |
| Binary | 100001 | 1010000 | 11100011 | 1010101 | 1000001 | 0 | 1011 | 11100001 | 1001110 | 110011 |
Color Harmonies of #2150E3
Complementary color
Monochromatic Colors of #2150E3
Black with #2150E3
Text Example
Text Example
White with #2150E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2150E3; }
p { color: rgb(33,80,227); }
H1.HeaderClassName
{
color: #2150E3;
}
.AnyTagClassName
{
color: #2150E3;
}
</style>
background-color css
<style>
a { background-color: #2150E3; }
a { background-color: rgb(33,80,227); }
div.DivClassName
{
background-color: #2150E3;
}
.BgClassName
{
background-color: #2150E3;
}
</style>
border-color css
<style>
span { border-color: #2150E3; }
span { border-color: rgb(33,80,227); }
td.TdClassName
{
border-color: #2150E3;
}
.TagClassName
{
border-color: #2150E3;
}
</style>