Shades of Cerulean Blue #2745DB
Tints of Cerulean Blue #2745DB
RGB
CMYK
RGB Variations
Color information
#2745DB (or 0x2745DB) is known color: Cerulean Blue. HEX triplet: 27, 45 and DB. RGB value is (39,69,219). Sum of RGB (Red+Green+Blue) = 39+69+219=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #2745DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2745DB is #D8BA24. Grayscale: #4C4C4C. Windows color (decimal): -14203429 or 14370087. OLE color: 14370087.
HSL color Cylindrical-coordinate representation of color #2745DB: hue angle of 230º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2745DB is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 69 | 219 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.14 |
| HSL | 230º | 0.71% | 0.51% | - |
| HSV(B) | 230º | 0.82% | 0.86% | - |
| XYZ | 15.75 | 9.8 | 68.08 | - |
| YUV | 77.13 | 208.06 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 69 | 219 | 0.82 | 0.68 | 0 | 0.14 | 230 | 0.71 | 0.51 |
| Hex | 27 | 45 | DB | 52 | 44 | 0 | E | E6 | 47 | 33 |
| Octal | 47 | 105 | 333 | 122 | 104 | 0 | 16 | 346 | 107 | 63 |
| Binary | 100111 | 1000101 | 11011011 | 1010010 | 1000100 | 0 | 1110 | 11100110 | 1000111 | 110011 |
Color Harmonies of #2745DB
Complementary color
Monochromatic Colors of #2745DB
Black with #2745DB
Text Example
Text Example
White with #2745DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2745DB; }
p { color: rgb(39,69,219); }
H1.HeaderClassName
{
color: #2745DB;
}
.AnyTagClassName
{
color: #2745DB;
}
</style>
background-color css
<style>
a { background-color: #2745DB; }
a { background-color: rgb(39,69,219); }
div.DivClassName
{
background-color: #2745DB;
}
.BgClassName
{
background-color: #2745DB;
}
</style>
border-color css
<style>
span { border-color: #2745DB; }
span { border-color: rgb(39,69,219); }
td.TdClassName
{
border-color: #2745DB;
}
.TagClassName
{
border-color: #2745DB;
}
</style>