Shades of Cerulean Blue #2642DB
Tints of Cerulean Blue #2642DB
RGB
CMYK
RGB Variations
Color information
#2642DB (or 0x2642DB) is known color: Cerulean Blue. HEX triplet: 26, 42 and DB. RGB value is (38,66,219). Sum of RGB (Red+Green+Blue) = 38+66+219=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #2642DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2642DB is #D9BD24. Grayscale: #4A4A4A. Windows color (decimal): -14269733 or 14369318. OLE color: 14369318.
HSL color Cylindrical-coordinate representation of color #2642DB: hue angle of 230.72º 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 #2642DB is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 66 | 219 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.14 |
| HSL | 230.72º | 0.72% | 0.5% | - |
| HSV(B) | 230.72º | 0.83% | 0.86% | - |
| XYZ | 15.53 | 9.42 | 68.02 | - |
| YUV | 75.07 | 209.22 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 219 | 0.83 | 0.70 | 0 | 0.14 | 230.72 | 0.72 | 0.5 |
| Hex | 26 | 42 | DB | 53 | 46 | 0 | E | E7 | 48 | 32 |
| Octal | 46 | 102 | 333 | 123 | 106 | 0 | 16 | 347 | 110 | 62 |
| Binary | 100110 | 1000010 | 11011011 | 1010011 | 1000110 | 0 | 1110 | 11100111 | 1001000 | 110010 |
Color Harmonies of #2642DB
Complementary color
Monochromatic Colors of #2642DB
Black with #2642DB
Text Example
Text Example
White with #2642DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2642DB; }
p { color: rgb(38,66,219); }
H1.HeaderClassName
{
color: #2642DB;
}
.AnyTagClassName
{
color: #2642DB;
}
</style>
background-color css
<style>
a { background-color: #2642DB; }
a { background-color: rgb(38,66,219); }
div.DivClassName
{
background-color: #2642DB;
}
.BgClassName
{
background-color: #2642DB;
}
</style>
border-color css
<style>
span { border-color: #2642DB; }
span { border-color: rgb(38,66,219); }
td.TdClassName
{
border-color: #2642DB;
}
.TagClassName
{
border-color: #2642DB;
}
</style>