Shades of Cerulean Blue #2645DC
Tints of Cerulean Blue #2645DC
RGB
CMYK
RGB Variations
Color information
#2645DC (or 0x2645DC) is known color: Cerulean Blue. HEX triplet: 26, 45 and DC. RGB value is (38,69,220). Sum of RGB (Red+Green+Blue) = 38+69+220=327 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.62% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #2645DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2645DC is #D9BA23. Grayscale: #4C4C4C. Windows color (decimal): -14268964 or 14435622. OLE color: 14435622.
HSL color Cylindrical-coordinate representation of color #2645DC: hue angle of 229.78º 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 #2645DC is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 69 | 220 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.14 |
| HSL | 229.78º | 0.72% | 0.51% | - |
| HSV(B) | 229.78º | 0.83% | 0.86% | - |
| XYZ | 15.85 | 9.84 | 68.77 | - |
| YUV | 76.95 | 208.73 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 220 | 0.83 | 0.69 | 0 | 0.14 | 229.78 | 0.72 | 0.51 |
| Hex | 26 | 45 | DC | 53 | 45 | 0 | E | E6 | 48 | 33 |
| Octal | 46 | 105 | 334 | 123 | 105 | 0 | 16 | 346 | 110 | 63 |
| Binary | 100110 | 1000101 | 11011100 | 1010011 | 1000101 | 0 | 1110 | 11100110 | 1001000 | 110011 |
Color Harmonies of #2645DC
Complementary color
Monochromatic Colors of #2645DC
Black with #2645DC
Text Example
Text Example
White with #2645DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2645DC; }
p { color: rgb(38,69,220); }
H1.HeaderClassName
{
color: #2645DC;
}
.AnyTagClassName
{
color: #2645DC;
}
</style>
background-color css
<style>
a { background-color: #2645DC; }
a { background-color: rgb(38,69,220); }
div.DivClassName
{
background-color: #2645DC;
}
.BgClassName
{
background-color: #2645DC;
}
</style>
border-color css
<style>
span { border-color: #2645DC; }
span { border-color: rgb(38,69,220); }
td.TdClassName
{
border-color: #2645DC;
}
.TagClassName
{
border-color: #2645DC;
}
</style>