Shades of Cerulean Blue #2642DC
Tints of Cerulean Blue #2642DC
RGB
CMYK
RGB Variations
Color information
#2642DC (or 0x2642DC) is known color: Cerulean Blue. HEX triplet: 26, 42 and DC. RGB value is (38,66,220). Sum of RGB (Red+Green+Blue) = 38+66+220=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #2642DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2642DC is #D9BD23. Grayscale: #4A4A4A. Windows color (decimal): -14269732 or 14434854. OLE color: 14434854.
HSL color Cylindrical-coordinate representation of color #2642DC: hue angle of 230.77º 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 #2642DC is Cyan = 0.83, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 66 | 220 | - |
| CMYK | 0.83 | 0.7 | 0 | 0.14 |
| HSL | 230.77º | 0.72% | 0.51% | - |
| HSV(B) | 230.77º | 0.83% | 0.86% | - |
| XYZ | 15.67 | 9.48 | 68.71 | - |
| YUV | 75.18 | 209.72 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 220 | 0.83 | 0.7 | 0 | 0.14 | 230.77 | 0.72 | 0.51 |
| Hex | 26 | 42 | DC | 53 | 46 | 0 | E | E7 | 48 | 33 |
| Octal | 46 | 102 | 334 | 123 | 106 | 0 | 16 | 347 | 110 | 63 |
| Binary | 100110 | 1000010 | 11011100 | 1010011 | 1000110 | 0 | 1110 | 11100111 | 1001000 | 110011 |
Color Harmonies of #2642DC
Complementary color
Monochromatic Colors of #2642DC
Black with #2642DC
Text Example
Text Example
White with #2642DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2642DC; }
p { color: rgb(38,66,220); }
H1.HeaderClassName
{
color: #2642DC;
}
.AnyTagClassName
{
color: #2642DC;
}
</style>
background-color css
<style>
a { background-color: #2642DC; }
a { background-color: rgb(38,66,220); }
div.DivClassName
{
background-color: #2642DC;
}
.BgClassName
{
background-color: #2642DC;
}
</style>
border-color css
<style>
span { border-color: #2642DC; }
span { border-color: rgb(38,66,220); }
td.TdClassName
{
border-color: #2642DC;
}
.TagClassName
{
border-color: #2642DC;
}
</style>