Shades of Cerulean Blue #2D55CE
Tints of Cerulean Blue #2D55CE
RGB
CMYK
RGB Variations
Color information
#2D55CE (or 0x2D55CE) is known color: Cerulean Blue. HEX triplet: 2D, 55 and CE. RGB value is (45,85,206). Sum of RGB (Red+Green+Blue) = 45+85+206=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D55CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D55CE is #D2AA31. Grayscale: #565656. Windows color (decimal): -13806130 or 13522221. OLE color: 13522221.
HSL color Cylindrical-coordinate representation of color #2D55CE: hue angle of 225.09º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D55CE is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 85 | 206 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.19 |
| HSL | 225.09º | 0.64% | 0.49% | - |
| HSV(B) | 225.09º | 0.78% | 0.81% | - |
| XYZ | 15.47 | 11.51 | 59.8 | - |
| YUV | 86.83 | 195.25 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 206 | 0.78 | 0.59 | 0 | 0.19 | 225.09 | 0.64 | 0.49 |
| Hex | 2D | 55 | CE | 4E | 3B | 0 | 13 | E1 | 40 | 31 |
| Octal | 55 | 125 | 316 | 116 | 73 | 0 | 23 | 341 | 100 | 61 |
| Binary | 101101 | 1010101 | 11001110 | 1001110 | 111011 | 0 | 10011 | 11100001 | 1000000 | 110001 |
Color Harmonies of #2D55CE
Complementary color
Monochromatic Colors of #2D55CE
Black with #2D55CE
Text Example
Text Example
White with #2D55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D55CE; }
p { color: rgb(45,85,206); }
H1.HeaderClassName
{
color: #2D55CE;
}
.AnyTagClassName
{
color: #2D55CE;
}
</style>
background-color css
<style>
a { background-color: #2D55CE; }
a { background-color: rgb(45,85,206); }
div.DivClassName
{
background-color: #2D55CE;
}
.BgClassName
{
background-color: #2D55CE;
}
</style>
border-color css
<style>
span { border-color: #2D55CE; }
span { border-color: rgb(45,85,206); }
td.TdClassName
{
border-color: #2D55CE;
}
.TagClassName
{
border-color: #2D55CE;
}
</style>