Shades of Cerulean Blue #2753DB
Tints of Cerulean Blue #2753DB
RGB
CMYK
RGB Variations
Color information
#2753DB (or 0x2753DB) is known color: Cerulean Blue. HEX triplet: 27, 53 and DB. RGB value is (39,83,219). Sum of RGB (Red+Green+Blue) = 39+83+219=341 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.44% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #2753DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2753DB is #D8AC24. Grayscale: #545454. Windows color (decimal): -14199845 or 14373671. OLE color: 14373671.
HSL color Cylindrical-coordinate representation of color #2753DB: hue angle of 225.33º 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 #2753DB is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 83 | 219 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.14 |
| HSL | 225.33º | 0.71% | 0.51% | - |
| HSV(B) | 225.33º | 0.82% | 0.86% | - |
| XYZ | 16.72 | 11.73 | 68.4 | - |
| YUV | 85.35 | 203.42 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 83 | 219 | 0.82 | 0.62 | 0 | 0.14 | 225.33 | 0.71 | 0.51 |
| Hex | 27 | 53 | DB | 52 | 3E | 0 | E | E1 | 47 | 33 |
| Octal | 47 | 123 | 333 | 122 | 76 | 0 | 16 | 341 | 107 | 63 |
| Binary | 100111 | 1010011 | 11011011 | 1010010 | 111110 | 0 | 1110 | 11100001 | 1000111 | 110011 |
Color Harmonies of #2753DB
Complementary color
Monochromatic Colors of #2753DB
Black with #2753DB
Text Example
Text Example
White with #2753DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2753DB; }
p { color: rgb(39,83,219); }
H1.HeaderClassName
{
color: #2753DB;
}
.AnyTagClassName
{
color: #2753DB;
}
</style>
background-color css
<style>
a { background-color: #2753DB; }
a { background-color: rgb(39,83,219); }
div.DivClassName
{
background-color: #2753DB;
}
.BgClassName
{
background-color: #2753DB;
}
</style>
border-color css
<style>
span { border-color: #2753DB; }
span { border-color: rgb(39,83,219); }
td.TdClassName
{
border-color: #2753DB;
}
.TagClassName
{
border-color: #2753DB;
}
</style>