Shades of Cerulean Blue #2146C2
Tints of Cerulean Blue #2146C2
RGB
CMYK
RGB Variations
Color information
#2146C2 (or 0x2146C2) is known color: Cerulean Blue. HEX triplet: 21, 46 and C2. RGB value is (33,70,194). Sum of RGB (Red+Green+Blue) = 33+70+194=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 194 (76.17% from 255 or 65.32% from 297); Max value from RGB is 194 - color contains mainly: blue. Hex color #2146C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2146C2 is #DEB93D. Grayscale: #484848. Windows color (decimal): -14596414 or 12731937. OLE color: 12731937.
HSL color Cylindrical-coordinate representation of color #2146C2: hue angle of 226.21º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2146C2 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 70 | 194 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.24 |
| HSL | 226.21º | 0.71% | 0.45% | - |
| HSV(B) | 226.21º | 0.83% | 0.76% | - |
| XYZ | 12.55 | 8.6 | 52.04 | - |
| YUV | 73.07 | 196.24 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 194 | 0.83 | 0.64 | 0 | 0.24 | 226.21 | 0.71 | 0.45 |
| Hex | 21 | 46 | C2 | 53 | 40 | 0 | 18 | E2 | 47 | 2D |
| Octal | 41 | 106 | 302 | 123 | 100 | 0 | 30 | 342 | 107 | 55 |
| Binary | 100001 | 1000110 | 11000010 | 1010011 | 1000000 | 0 | 11000 | 11100010 | 1000111 | 101101 |
Color Harmonies of #2146C2
Complementary color
Monochromatic Colors of #2146C2
Black with #2146C2
Text Example
Text Example
White with #2146C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2146C2; }
p { color: rgb(33,70,194); }
H1.HeaderClassName
{
color: #2146C2;
}
.AnyTagClassName
{
color: #2146C2;
}
</style>
background-color css
<style>
a { background-color: #2146C2; }
a { background-color: rgb(33,70,194); }
div.DivClassName
{
background-color: #2146C2;
}
.BgClassName
{
background-color: #2146C2;
}
</style>
border-color css
<style>
span { border-color: #2146C2; }
span { border-color: rgb(33,70,194); }
td.TdClassName
{
border-color: #2146C2;
}
.TagClassName
{
border-color: #2146C2;
}
</style>