Shades of Cerulean Blue #2145D6
Tints of Cerulean Blue #2145D6
RGB
CMYK
RGB Variations
Color information
#2145D6 (or 0x2145D6) is known color: Cerulean Blue. HEX triplet: 21, 45 and D6. RGB value is (33,69,214). Sum of RGB (Red+Green+Blue) = 33+69+214=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 214 (83.98% from 255 or 67.72% from 316); Max value from RGB is 214 - color contains mainly: blue. Hex color #2145D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2145D6 is #DEBA29. Grayscale: #4A4A4A. Windows color (decimal): -14596650 or 14042401. OLE color: 14042401.
HSL color Cylindrical-coordinate representation of color #2145D6: hue angle of 228.07º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2145D6 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 69 | 214 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.16 |
| HSL | 228.07º | 0.73% | 0.48% | - |
| HSV(B) | 228.07º | 0.85% | 0.84% | - |
| XYZ | 14.89 | 9.43 | 64.65 | - |
| YUV | 74.77 | 206.57 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 214 | 0.85 | 0.68 | 0 | 0.16 | 228.07 | 0.73 | 0.48 |
| Hex | 21 | 45 | D6 | 55 | 44 | 0 | 10 | E4 | 49 | 30 |
| Octal | 41 | 105 | 326 | 125 | 104 | 0 | 20 | 344 | 111 | 60 |
| Binary | 100001 | 1000101 | 11010110 | 1010101 | 1000100 | 0 | 10000 | 11100100 | 1001001 | 110000 |
Color Harmonies of #2145D6
Complementary color
Monochromatic Colors of #2145D6
Black with #2145D6
Text Example
Text Example
White with #2145D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2145D6; }
p { color: rgb(33,69,214); }
H1.HeaderClassName
{
color: #2145D6;
}
.AnyTagClassName
{
color: #2145D6;
}
</style>
background-color css
<style>
a { background-color: #2145D6; }
a { background-color: rgb(33,69,214); }
div.DivClassName
{
background-color: #2145D6;
}
.BgClassName
{
background-color: #2145D6;
}
</style>
border-color css
<style>
span { border-color: #2145D6; }
span { border-color: rgb(33,69,214); }
td.TdClassName
{
border-color: #2145D6;
}
.TagClassName
{
border-color: #2145D6;
}
</style>