Shades of Cerulean Blue #2645DB
Tints of Cerulean Blue #2645DB
RGB
CMYK
RGB Variations
Color information
#2645DB (or 0x2645DB) is known color: Cerulean Blue. HEX triplet: 26, 45 and DB. RGB value is (38,69,219). Sum of RGB (Red+Green+Blue) = 38+69+219=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #2645DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2645DB is #D9BA24. Grayscale: #4C4C4C. Windows color (decimal): -14268965 or 14370086. OLE color: 14370086.
HSL color Cylindrical-coordinate representation of color #2645DB: hue angle of 229.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2645DB is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 69 | 219 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.14 |
| HSL | 229.72º | 0.72% | 0.5% | - |
| HSV(B) | 229.72º | 0.83% | 0.86% | - |
| XYZ | 15.71 | 9.78 | 68.08 | - |
| YUV | 76.83 | 208.23 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 219 | 0.83 | 0.68 | 0 | 0.14 | 229.72 | 0.72 | 0.5 |
| Hex | 26 | 45 | DB | 53 | 44 | 0 | E | E6 | 48 | 32 |
| Octal | 46 | 105 | 333 | 123 | 104 | 0 | 16 | 346 | 110 | 62 |
| Binary | 100110 | 1000101 | 11011011 | 1010011 | 1000100 | 0 | 1110 | 11100110 | 1001000 | 110010 |
Color Harmonies of #2645DB
Complementary color
Monochromatic Colors of #2645DB
Black with #2645DB
Text Example
Text Example
White with #2645DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2645DB; }
p { color: rgb(38,69,219); }
H1.HeaderClassName
{
color: #2645DB;
}
.AnyTagClassName
{
color: #2645DB;
}
</style>
background-color css
<style>
a { background-color: #2645DB; }
a { background-color: rgb(38,69,219); }
div.DivClassName
{
background-color: #2645DB;
}
.BgClassName
{
background-color: #2645DB;
}
</style>
border-color css
<style>
span { border-color: #2645DB; }
span { border-color: rgb(38,69,219); }
td.TdClassName
{
border-color: #2645DB;
}
.TagClassName
{
border-color: #2645DB;
}
</style>