Shades of Cerulean Blue #2D5FCE
Tints of Cerulean Blue #2D5FCE
RGB
CMYK
RGB Variations
Color information
#2D5FCE (or 0x2D5FCE) is known color: Cerulean Blue. HEX triplet: 2D, 5F and CE. RGB value is (45,95,206). Sum of RGB (Red+Green+Blue) = 45+95+206=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D5FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5FCE is #D2A031. Grayscale: #5C5C5C. Windows color (decimal): -13803570 or 13524781. OLE color: 13524781.
HSL color Cylindrical-coordinate representation of color #2D5FCE: hue angle of 221.37º 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 #2D5FCE is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 95 | 206 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.19 |
| HSL | 221.37º | 0.64% | 0.49% | - |
| HSV(B) | 221.37º | 0.78% | 0.81% | - |
| XYZ | 16.31 | 13.2 | 60.08 | - |
| YUV | 92.7 | 191.94 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 206 | 0.78 | 0.54 | 0 | 0.19 | 221.37 | 0.64 | 0.49 |
| Hex | 2D | 5F | CE | 4E | 36 | 0 | 13 | DD | 40 | 31 |
| Octal | 55 | 137 | 316 | 116 | 66 | 0 | 23 | 335 | 100 | 61 |
| Binary | 101101 | 1011111 | 11001110 | 1001110 | 110110 | 0 | 10011 | 11011101 | 1000000 | 110001 |
Color Harmonies of #2D5FCE
Complementary color
Monochromatic Colors of #2D5FCE
Black with #2D5FCE
Text Example
Text Example
White with #2D5FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5FCE; }
p { color: rgb(45,95,206); }
H1.HeaderClassName
{
color: #2D5FCE;
}
.AnyTagClassName
{
color: #2D5FCE;
}
</style>
background-color css
<style>
a { background-color: #2D5FCE; }
a { background-color: rgb(45,95,206); }
div.DivClassName
{
background-color: #2D5FCE;
}
.BgClassName
{
background-color: #2D5FCE;
}
</style>
border-color css
<style>
span { border-color: #2D5FCE; }
span { border-color: rgb(45,95,206); }
td.TdClassName
{
border-color: #2D5FCE;
}
.TagClassName
{
border-color: #2D5FCE;
}
</style>