Shades of Cerulean Blue #2647DC
Tints of Cerulean Blue #2647DC
RGB
CMYK
RGB Variations
Color information
#2647DC (or 0x2647DC) is known color: Cerulean Blue. HEX triplet: 26, 47 and DC. RGB value is (38,71,220). Sum of RGB (Red+Green+Blue) = 38+71+220=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #2647DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2647DC is #D9B823. Grayscale: #4D4D4D. Windows color (decimal): -14268452 or 14436134. OLE color: 14436134.
HSL color Cylindrical-coordinate representation of color #2647DC: hue angle of 229.12º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2647DC is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 71 | 220 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.14 |
| HSL | 229.12º | 0.72% | 0.51% | - |
| HSV(B) | 229.12º | 0.83% | 0.86% | - |
| XYZ | 15.97 | 10.09 | 68.82 | - |
| YUV | 78.12 | 208.07 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 220 | 0.83 | 0.68 | 0 | 0.14 | 229.12 | 0.72 | 0.51 |
| Hex | 26 | 47 | DC | 53 | 44 | 0 | E | E5 | 48 | 33 |
| Octal | 46 | 107 | 334 | 123 | 104 | 0 | 16 | 345 | 110 | 63 |
| Binary | 100110 | 1000111 | 11011100 | 1010011 | 1000100 | 0 | 1110 | 11100101 | 1001000 | 110011 |
Color Harmonies of #2647DC
Complementary color
Monochromatic Colors of #2647DC
Black with #2647DC
Text Example
Text Example
White with #2647DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2647DC; }
p { color: rgb(38,71,220); }
H1.HeaderClassName
{
color: #2647DC;
}
.AnyTagClassName
{
color: #2647DC;
}
</style>
background-color css
<style>
a { background-color: #2647DC; }
a { background-color: rgb(38,71,220); }
div.DivClassName
{
background-color: #2647DC;
}
.BgClassName
{
background-color: #2647DC;
}
</style>
border-color css
<style>
span { border-color: #2647DC; }
span { border-color: rgb(38,71,220); }
td.TdClassName
{
border-color: #2647DC;
}
.TagClassName
{
border-color: #2647DC;
}
</style>