Shades of Cerulean Blue #2648DC
Tints of Cerulean Blue #2648DC
RGB
CMYK
RGB Variations
Color information
#2648DC (or 0x2648DC) is known color: Cerulean Blue. HEX triplet: 26, 48 and DC. RGB value is (38,72,220). Sum of RGB (Red+Green+Blue) = 38+72+220=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #2648DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2648DC is #D9B723. Grayscale: #4E4E4E. Windows color (decimal): -14268196 or 14436390. OLE color: 14436390.
HSL color Cylindrical-coordinate representation of color #2648DC: hue angle of 228.79º 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 #2648DC is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 72 | 220 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.14 |
| HSL | 228.79º | 0.72% | 0.51% | - |
| HSV(B) | 228.79º | 0.83% | 0.86% | - |
| XYZ | 16.03 | 10.21 | 68.84 | - |
| YUV | 78.71 | 207.74 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 220 | 0.83 | 0.67 | 0 | 0.14 | 228.79 | 0.72 | 0.51 |
| Hex | 26 | 48 | DC | 53 | 43 | 0 | E | E5 | 48 | 33 |
| Octal | 46 | 110 | 334 | 123 | 103 | 0 | 16 | 345 | 110 | 63 |
| Binary | 100110 | 1001000 | 11011100 | 1010011 | 1000011 | 0 | 1110 | 11100101 | 1001000 | 110011 |
Color Harmonies of #2648DC
Complementary color
Monochromatic Colors of #2648DC
Black with #2648DC
Text Example
Text Example
White with #2648DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2648DC; }
p { color: rgb(38,72,220); }
H1.HeaderClassName
{
color: #2648DC;
}
.AnyTagClassName
{
color: #2648DC;
}
</style>
background-color css
<style>
a { background-color: #2648DC; }
a { background-color: rgb(38,72,220); }
div.DivClassName
{
background-color: #2648DC;
}
.BgClassName
{
background-color: #2648DC;
}
</style>
border-color css
<style>
span { border-color: #2648DC; }
span { border-color: rgb(38,72,220); }
td.TdClassName
{
border-color: #2648DC;
}
.TagClassName
{
border-color: #2648DC;
}
</style>