Shades of Cerulean Blue #2648DB
Tints of Cerulean Blue #2648DB
RGB
CMYK
RGB Variations
Color information
#2648DB (or 0x2648DB) is known color: Cerulean Blue. HEX triplet: 26, 48 and DB. RGB value is (38,72,219). Sum of RGB (Red+Green+Blue) = 38+72+219=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #2648DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2648DB is #D9B724. Grayscale: #4D4D4D. Windows color (decimal): -14268197 or 14370854. OLE color: 14370854.
HSL color Cylindrical-coordinate representation of color #2648DB: hue angle of 228.73º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2648DB is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 72 | 219 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.14 |
| HSL | 228.73º | 0.72% | 0.5% | - |
| HSV(B) | 228.73º | 0.83% | 0.86% | - |
| XYZ | 15.9 | 10.16 | 68.14 | - |
| YUV | 78.59 | 207.24 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 219 | 0.83 | 0.67 | 0 | 0.14 | 228.73 | 0.72 | 0.5 |
| Hex | 26 | 48 | DB | 53 | 43 | 0 | E | E5 | 48 | 32 |
| Octal | 46 | 110 | 333 | 123 | 103 | 0 | 16 | 345 | 110 | 62 |
| Binary | 100110 | 1001000 | 11011011 | 1010011 | 1000011 | 0 | 1110 | 11100101 | 1001000 | 110010 |
Color Harmonies of #2648DB
Complementary color
Monochromatic Colors of #2648DB
Black with #2648DB
Text Example
Text Example
White with #2648DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2648DB; }
p { color: rgb(38,72,219); }
H1.HeaderClassName
{
color: #2648DB;
}
.AnyTagClassName
{
color: #2648DB;
}
</style>
background-color css
<style>
a { background-color: #2648DB; }
a { background-color: rgb(38,72,219); }
div.DivClassName
{
background-color: #2648DB;
}
.BgClassName
{
background-color: #2648DB;
}
</style>
border-color css
<style>
span { border-color: #2648DB; }
span { border-color: rgb(38,72,219); }
td.TdClassName
{
border-color: #2648DB;
}
.TagClassName
{
border-color: #2648DB;
}
</style>