Shades of Cerulean Blue #2D4ECF
Tints of Cerulean Blue #2D4ECF
RGB
CMYK
RGB Variations
Color information
#2D4ECF (or 0x2D4ECF) is known color: Cerulean Blue. HEX triplet: 2D, 4E and CF. RGB value is (45,78,207). Sum of RGB (Red+Green+Blue) = 45+78+207=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #2D4ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D4ECF is #D2B130. Grayscale: #525252. Windows color (decimal): -13807921 or 13585965. OLE color: 13585965.
HSL color Cylindrical-coordinate representation of color #2D4ECF: hue angle of 227.78º 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 #2D4ECF is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 78 | 207 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.19 |
| HSL | 227.78º | 0.64% | 0.49% | - |
| HSV(B) | 227.78º | 0.78% | 0.81% | - |
| XYZ | 15.07 | 10.51 | 60.27 | - |
| YUV | 82.84 | 198.07 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 78 | 207 | 0.78 | 0.62 | 0 | 0.19 | 227.78 | 0.64 | 0.49 |
| Hex | 2D | 4E | CF | 4E | 3E | 0 | 13 | E4 | 40 | 31 |
| Octal | 55 | 116 | 317 | 116 | 76 | 0 | 23 | 344 | 100 | 61 |
| Binary | 101101 | 1001110 | 11001111 | 1001110 | 111110 | 0 | 10011 | 11100100 | 1000000 | 110001 |
Color Harmonies of #2D4ECF
Complementary color
Monochromatic Colors of #2D4ECF
Black with #2D4ECF
Text Example
Text Example
White with #2D4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4ECF; }
p { color: rgb(45,78,207); }
H1.HeaderClassName
{
color: #2D4ECF;
}
.AnyTagClassName
{
color: #2D4ECF;
}
</style>
background-color css
<style>
a { background-color: #2D4ECF; }
a { background-color: rgb(45,78,207); }
div.DivClassName
{
background-color: #2D4ECF;
}
.BgClassName
{
background-color: #2D4ECF;
}
</style>
border-color css
<style>
span { border-color: #2D4ECF; }
span { border-color: rgb(45,78,207); }
td.TdClassName
{
border-color: #2D4ECF;
}
.TagClassName
{
border-color: #2D4ECF;
}
</style>