Shades of Cerulean Blue #2145DA
Tints of Cerulean Blue #2145DA
RGB
CMYK
RGB Variations
Color information
#2145DA (or 0x2145DA) is known color: Cerulean Blue. HEX triplet: 21, 45 and DA. RGB value is (33,69,218). Sum of RGB (Red+Green+Blue) = 33+69+218=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #2145DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2145DA is #DEBA25. Grayscale: #4A4A4A. Windows color (decimal): -14596646 or 14304545. OLE color: 14304545.
HSL color Cylindrical-coordinate representation of color #2145DA: hue angle of 228.32º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2145DA is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 69 | 218 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.15 |
| HSL | 228.32º | 0.74% | 0.49% | - |
| HSV(B) | 228.32º | 0.85% | 0.85% | - |
| XYZ | 15.41 | 9.64 | 67.38 | - |
| YUV | 75.22 | 208.57 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 218 | 0.85 | 0.68 | 0 | 0.15 | 228.32 | 0.74 | 0.49 |
| Hex | 21 | 45 | DA | 55 | 44 | 0 | F | E4 | 4A | 31 |
| Octal | 41 | 105 | 332 | 125 | 104 | 0 | 17 | 344 | 112 | 61 |
| Binary | 100001 | 1000101 | 11011010 | 1010101 | 1000100 | 0 | 1111 | 11100100 | 1001010 | 110001 |
Color Harmonies of #2145DA
Complementary color
Monochromatic Colors of #2145DA
Black with #2145DA
Text Example
Text Example
White with #2145DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2145DA; }
p { color: rgb(33,69,218); }
H1.HeaderClassName
{
color: #2145DA;
}
.AnyTagClassName
{
color: #2145DA;
}
</style>
background-color css
<style>
a { background-color: #2145DA; }
a { background-color: rgb(33,69,218); }
div.DivClassName
{
background-color: #2145DA;
}
.BgClassName
{
background-color: #2145DA;
}
</style>
border-color css
<style>
span { border-color: #2145DA; }
span { border-color: rgb(33,69,218); }
td.TdClassName
{
border-color: #2145DA;
}
.TagClassName
{
border-color: #2145DA;
}
</style>