Shades of Cerulean Blue #2750DC
Tints of Cerulean Blue #2750DC
RGB
CMYK
RGB Variations
Color information
#2750DC (or 0x2750DC) is known color: Cerulean Blue. HEX triplet: 27, 50 and DC. RGB value is (39,80,220). Sum of RGB (Red+Green+Blue) = 39+80+220=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #2750DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2750DC is #D8AF23. Grayscale: #535353. Windows color (decimal): -14200612 or 14438439. OLE color: 14438439.
HSL color Cylindrical-coordinate representation of color #2750DC: hue angle of 226.41º degrees, saturation: 0.72, 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 #2750DC is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 80 | 220 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.14 |
| HSL | 226.41º | 0.72% | 0.51% | - |
| HSV(B) | 226.41º | 0.82% | 0.86% | - |
| XYZ | 16.62 | 11.34 | 69.02 | - |
| YUV | 83.7 | 204.92 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 220 | 0.82 | 0.64 | 0 | 0.14 | 226.41 | 0.72 | 0.51 |
| Hex | 27 | 50 | DC | 52 | 40 | 0 | E | E2 | 48 | 33 |
| Octal | 47 | 120 | 334 | 122 | 100 | 0 | 16 | 342 | 110 | 63 |
| Binary | 100111 | 1010000 | 11011100 | 1010010 | 1000000 | 0 | 1110 | 11100010 | 1001000 | 110011 |
Color Harmonies of #2750DC
Complementary color
Monochromatic Colors of #2750DC
Black with #2750DC
Text Example
Text Example
White with #2750DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2750DC; }
p { color: rgb(39,80,220); }
H1.HeaderClassName
{
color: #2750DC;
}
.AnyTagClassName
{
color: #2750DC;
}
</style>
background-color css
<style>
a { background-color: #2750DC; }
a { background-color: rgb(39,80,220); }
div.DivClassName
{
background-color: #2750DC;
}
.BgClassName
{
background-color: #2750DC;
}
</style>
border-color css
<style>
span { border-color: #2750DC; }
span { border-color: rgb(39,80,220); }
td.TdClassName
{
border-color: #2750DC;
}
.TagClassName
{
border-color: #2750DC;
}
</style>