Shades of Cerulean Blue #2146CB
Tints of Cerulean Blue #2146CB
RGB
CMYK
RGB Variations
Color information
#2146CB (or 0x2146CB) is known color: Cerulean Blue. HEX triplet: 21, 46 and CB. RGB value is (33,70,203). Sum of RGB (Red+Green+Blue) = 33+70+203=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #2146CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2146CB is #DEB934. Grayscale: #494949. Windows color (decimal): -14596405 or 13321761. OLE color: 13321761.
HSL color Cylindrical-coordinate representation of color #2146CB: hue angle of 226.94º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2146CB is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 70 | 203 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.20 |
| HSL | 226.94º | 0.72% | 0.46% | - |
| HSV(B) | 226.94º | 0.84% | 0.8% | - |
| XYZ | 13.6 | 9.02 | 57.52 | - |
| YUV | 74.1 | 200.74 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 203 | 0.84 | 0.66 | 0 | 0.20 | 226.94 | 0.72 | 0.46 |
| Hex | 21 | 46 | CB | 54 | 42 | 0 | 14 | E3 | 48 | 2E |
| Octal | 41 | 106 | 313 | 124 | 102 | 0 | 24 | 343 | 110 | 56 |
| Binary | 100001 | 1000110 | 11001011 | 1010100 | 1000010 | 0 | 10100 | 11100011 | 1001000 | 101110 |
Color Harmonies of #2146CB
Complementary color
Monochromatic Colors of #2146CB
Black with #2146CB
Text Example
Text Example
White with #2146CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2146CB; }
p { color: rgb(33,70,203); }
H1.HeaderClassName
{
color: #2146CB;
}
.AnyTagClassName
{
color: #2146CB;
}
</style>
background-color css
<style>
a { background-color: #2146CB; }
a { background-color: rgb(33,70,203); }
div.DivClassName
{
background-color: #2146CB;
}
.BgClassName
{
background-color: #2146CB;
}
</style>
border-color css
<style>
span { border-color: #2146CB; }
span { border-color: rgb(33,70,203); }
td.TdClassName
{
border-color: #2146CB;
}
.TagClassName
{
border-color: #2146CB;
}
</style>