Shades of Cerulean Blue #2750DB
Tints of Cerulean Blue #2750DB
RGB
CMYK
RGB Variations
Color information
#2750DB (or 0x2750DB) is known color: Cerulean Blue. HEX triplet: 27, 50 and DB. RGB value is (39,80,219). Sum of RGB (Red+Green+Blue) = 39+80+219=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #2750DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2750DB is #D8AF24. Grayscale: #525252. Windows color (decimal): -14200613 or 14372903. OLE color: 14372903.
HSL color Cylindrical-coordinate representation of color #2750DB: hue angle of 226.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 #2750DB is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 80 | 219 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.14 |
| HSL | 226.33º | 0.71% | 0.51% | - |
| HSV(B) | 226.33º | 0.82% | 0.86% | - |
| XYZ | 16.49 | 11.28 | 68.33 | - |
| YUV | 83.59 | 204.42 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 219 | 0.82 | 0.63 | 0 | 0.14 | 226.33 | 0.71 | 0.51 |
| Hex | 27 | 50 | DB | 52 | 3F | 0 | E | E2 | 47 | 33 |
| Octal | 47 | 120 | 333 | 122 | 77 | 0 | 16 | 342 | 107 | 63 |
| Binary | 100111 | 1010000 | 11011011 | 1010010 | 111111 | 0 | 1110 | 11100010 | 1000111 | 110011 |
Color Harmonies of #2750DB
Complementary color
Monochromatic Colors of #2750DB
Black with #2750DB
Text Example
Text Example
White with #2750DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2750DB; }
p { color: rgb(39,80,219); }
H1.HeaderClassName
{
color: #2750DB;
}
.AnyTagClassName
{
color: #2750DB;
}
</style>
background-color css
<style>
a { background-color: #2750DB; }
a { background-color: rgb(39,80,219); }
div.DivClassName
{
background-color: #2750DB;
}
.BgClassName
{
background-color: #2750DB;
}
</style>
border-color css
<style>
span { border-color: #2750DB; }
span { border-color: rgb(39,80,219); }
td.TdClassName
{
border-color: #2750DB;
}
.TagClassName
{
border-color: #2750DB;
}
</style>