Shades of Cerulean Blue #2647DD
Tints of Cerulean Blue #2647DD
RGB
CMYK
RGB Variations
Color information
#2647DD (or 0x2647DD) is known color: Cerulean Blue. HEX triplet: 26, 47 and DD. RGB value is (38,71,221). Sum of RGB (Red+Green+Blue) = 38+71+221=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #2647DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2647DD is #D9B822. Grayscale: #4D4D4D. Windows color (decimal): -14268451 or 14501670. OLE color: 14501670.
HSL color Cylindrical-coordinate representation of color #2647DD: hue angle of 229.18º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2647DD is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 71 | 221 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.13 |
| HSL | 229.18º | 0.73% | 0.51% | - |
| HSV(B) | 229.18º | 0.83% | 0.87% | - |
| XYZ | 16.1 | 10.14 | 69.51 | - |
| YUV | 78.23 | 208.57 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 221 | 0.83 | 0.68 | 0 | 0.13 | 229.18 | 0.73 | 0.51 |
| Hex | 26 | 47 | DD | 53 | 44 | 0 | D | E5 | 49 | 33 |
| Octal | 46 | 107 | 335 | 123 | 104 | 0 | 15 | 345 | 111 | 63 |
| Binary | 100110 | 1000111 | 11011101 | 1010011 | 1000100 | 0 | 1101 | 11100101 | 1001001 | 110011 |
Color Harmonies of #2647DD
Complementary color
Monochromatic Colors of #2647DD
Black with #2647DD
Text Example
Text Example
White with #2647DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2647DD; }
p { color: rgb(38,71,221); }
H1.HeaderClassName
{
color: #2647DD;
}
.AnyTagClassName
{
color: #2647DD;
}
</style>
background-color css
<style>
a { background-color: #2647DD; }
a { background-color: rgb(38,71,221); }
div.DivClassName
{
background-color: #2647DD;
}
.BgClassName
{
background-color: #2647DD;
}
</style>
border-color css
<style>
span { border-color: #2647DD; }
span { border-color: rgb(38,71,221); }
td.TdClassName
{
border-color: #2647DD;
}
.TagClassName
{
border-color: #2647DD;
}
</style>