Shades of Cerulean Blue #2D5BCE
Tints of Cerulean Blue #2D5BCE
RGB
CMYK
RGB Variations
Color information
#2D5BCE (or 0x2D5BCE) is known color: Cerulean Blue. HEX triplet: 2D, 5B and CE. RGB value is (45,91,206). Sum of RGB (Red+Green+Blue) = 45+91+206=342 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.16% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D5BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5BCE is #D2A431. Grayscale: #595959. Windows color (decimal): -13804594 or 13523757. OLE color: 13523757.
HSL color Cylindrical-coordinate representation of color #2D5BCE: hue angle of 222.86º 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 #2D5BCE is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 91 | 206 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.19 |
| HSL | 222.86º | 0.64% | 0.49% | - |
| HSV(B) | 222.86º | 0.78% | 0.81% | - |
| XYZ | 15.96 | 12.5 | 59.96 | - |
| YUV | 90.36 | 193.26 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 91 | 206 | 0.78 | 0.56 | 0 | 0.19 | 222.86 | 0.64 | 0.49 |
| Hex | 2D | 5B | CE | 4E | 38 | 0 | 13 | DF | 40 | 31 |
| Octal | 55 | 133 | 316 | 116 | 70 | 0 | 23 | 337 | 100 | 61 |
| Binary | 101101 | 1011011 | 11001110 | 1001110 | 111000 | 0 | 10011 | 11011111 | 1000000 | 110001 |
Color Harmonies of #2D5BCE
Complementary color
Monochromatic Colors of #2D5BCE
Black with #2D5BCE
Text Example
Text Example
White with #2D5BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5BCE; }
p { color: rgb(45,91,206); }
H1.HeaderClassName
{
color: #2D5BCE;
}
.AnyTagClassName
{
color: #2D5BCE;
}
</style>
background-color css
<style>
a { background-color: #2D5BCE; }
a { background-color: rgb(45,91,206); }
div.DivClassName
{
background-color: #2D5BCE;
}
.BgClassName
{
background-color: #2D5BCE;
}
</style>
border-color css
<style>
span { border-color: #2D5BCE; }
span { border-color: rgb(45,91,206); }
td.TdClassName
{
border-color: #2D5BCE;
}
.TagClassName
{
border-color: #2D5BCE;
}
</style>