Shades of Cerulean Blue #2751DC
Tints of Cerulean Blue #2751DC
RGB
CMYK
RGB Variations
Color information
#2751DC (or 0x2751DC) is known color: Cerulean Blue. HEX triplet: 27, 51 and DC. RGB value is (39,81,220). Sum of RGB (Red+Green+Blue) = 39+81+220=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #2751DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2751DC is #D8AE23. Grayscale: #535353. Windows color (decimal): -14200356 or 14438695. OLE color: 14438695.
HSL color Cylindrical-coordinate representation of color #2751DC: hue angle of 226.08º 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 #2751DC is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 81 | 220 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.14 |
| HSL | 226.08º | 0.72% | 0.51% | - |
| HSV(B) | 226.08º | 0.82% | 0.86% | - |
| XYZ | 16.7 | 11.48 | 69.05 | - |
| YUV | 84.29 | 204.59 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 220 | 0.82 | 0.63 | 0 | 0.14 | 226.08 | 0.72 | 0.51 |
| Hex | 27 | 51 | DC | 52 | 3F | 0 | E | E2 | 48 | 33 |
| Octal | 47 | 121 | 334 | 122 | 77 | 0 | 16 | 342 | 110 | 63 |
| Binary | 100111 | 1010001 | 11011100 | 1010010 | 111111 | 0 | 1110 | 11100010 | 1001000 | 110011 |
Color Harmonies of #2751DC
Complementary color
Monochromatic Colors of #2751DC
Black with #2751DC
Text Example
Text Example
White with #2751DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2751DC; }
p { color: rgb(39,81,220); }
H1.HeaderClassName
{
color: #2751DC;
}
.AnyTagClassName
{
color: #2751DC;
}
</style>
background-color css
<style>
a { background-color: #2751DC; }
a { background-color: rgb(39,81,220); }
div.DivClassName
{
background-color: #2751DC;
}
.BgClassName
{
background-color: #2751DC;
}
</style>
border-color css
<style>
span { border-color: #2751DC; }
span { border-color: rgb(39,81,220); }
td.TdClassName
{
border-color: #2751DC;
}
.TagClassName
{
border-color: #2751DC;
}
</style>