Shades of Cerulean Blue #2755DB
Tints of Cerulean Blue #2755DB
RGB
CMYK
RGB Variations
Color information
#2755DB (or 0x2755DB) is known color: Cerulean Blue. HEX triplet: 27, 55 and DB. RGB value is (39,85,219). Sum of RGB (Red+Green+Blue) = 39+85+219=343 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.37% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #2755DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2755DB is #D8AA24. Grayscale: #555555. Windows color (decimal): -14199333 or 14374183. OLE color: 14374183.
HSL color Cylindrical-coordinate representation of color #2755DB: hue angle of 224.67º 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 #2755DB is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 85 | 219 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.14 |
| HSL | 224.67º | 0.71% | 0.51% | - |
| HSV(B) | 224.67º | 0.82% | 0.86% | - |
| XYZ | 16.87 | 12.04 | 68.45 | - |
| YUV | 86.52 | 202.76 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 219 | 0.82 | 0.61 | 0 | 0.14 | 224.67 | 0.71 | 0.51 |
| Hex | 27 | 55 | DB | 52 | 3D | 0 | E | E1 | 47 | 33 |
| Octal | 47 | 125 | 333 | 122 | 75 | 0 | 16 | 341 | 107 | 63 |
| Binary | 100111 | 1010101 | 11011011 | 1010010 | 111101 | 0 | 1110 | 11100001 | 1000111 | 110011 |
Color Harmonies of #2755DB
Complementary color
Monochromatic Colors of #2755DB
Black with #2755DB
Text Example
Text Example
White with #2755DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2755DB; }
p { color: rgb(39,85,219); }
H1.HeaderClassName
{
color: #2755DB;
}
.AnyTagClassName
{
color: #2755DB;
}
</style>
background-color css
<style>
a { background-color: #2755DB; }
a { background-color: rgb(39,85,219); }
div.DivClassName
{
background-color: #2755DB;
}
.BgClassName
{
background-color: #2755DB;
}
</style>
border-color css
<style>
span { border-color: #2755DB; }
span { border-color: rgb(39,85,219); }
td.TdClassName
{
border-color: #2755DB;
}
.TagClassName
{
border-color: #2755DB;
}
</style>