Shades of Cerulean Blue #2D5FBC
Tints of Cerulean Blue #2D5FBC
RGB
CMYK
RGB Variations
Color information
#2D5FBC (or 0x2D5FBC) is known color: Cerulean Blue. HEX triplet: 2D, 5F and BC. RGB value is (45,95,188). Sum of RGB (Red+Green+Blue) = 45+95+188=328 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.72% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D5FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5FBC is #D2A043. Grayscale: #5A5A5A. Windows color (decimal): -13803588 or 12345133. OLE color: 12345133.
HSL color Cylindrical-coordinate representation of color #2D5FBC: hue angle of 219.02º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D5FBC is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 95 | 188 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.26 |
| HSL | 219.02º | 0.61% | 0.46% | - |
| HSV(B) | 219.02º | 0.76% | 0.74% | - |
| XYZ | 14.25 | 12.37 | 49.21 | - |
| YUV | 90.65 | 182.94 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 188 | 0.76 | 0.49 | 0 | 0.26 | 219.02 | 0.61 | 0.46 |
| Hex | 2D | 5F | BC | 4C | 31 | 0 | 1A | DB | 3D | 2E |
| Octal | 55 | 137 | 274 | 114 | 61 | 0 | 32 | 333 | 75 | 56 |
| Binary | 101101 | 1011111 | 10111100 | 1001100 | 110001 | 0 | 11010 | 11011011 | 111101 | 101110 |
Color Harmonies of #2D5FBC
Complementary color
Monochromatic Colors of #2D5FBC
Black with #2D5FBC
Text Example
Text Example
White with #2D5FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5FBC; }
p { color: rgb(45,95,188); }
H1.HeaderClassName
{
color: #2D5FBC;
}
.AnyTagClassName
{
color: #2D5FBC;
}
</style>
background-color css
<style>
a { background-color: #2D5FBC; }
a { background-color: rgb(45,95,188); }
div.DivClassName
{
background-color: #2D5FBC;
}
.BgClassName
{
background-color: #2D5FBC;
}
</style>
border-color css
<style>
span { border-color: #2D5FBC; }
span { border-color: rgb(45,95,188); }
td.TdClassName
{
border-color: #2D5FBC;
}
.TagClassName
{
border-color: #2D5FBC;
}
</style>