Shades of Cerulean Blue #2D5ABE
Tints of Cerulean Blue #2D5ABE
RGB
CMYK
RGB Variations
Color information
#2D5ABE (or 0x2D5ABE) is known color: Cerulean Blue. HEX triplet: 2D, 5A and BE. RGB value is (45,90,190). Sum of RGB (Red+Green+Blue) = 45+90+190=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D5ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5ABE is #D2A541. Grayscale: #575757. Windows color (decimal): -13804866 or 12474925. OLE color: 12474925.
HSL color Cylindrical-coordinate representation of color #2D5ABE: hue angle of 221.38º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D5ABE is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 90 | 190 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.25 |
| HSL | 221.38º | 0.62% | 0.46% | - |
| HSV(B) | 221.38º | 0.76% | 0.75% | - |
| XYZ | 14.03 | 11.59 | 50.21 | - |
| YUV | 87.95 | 185.59 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 190 | 0.76 | 0.53 | 0 | 0.25 | 221.38 | 0.62 | 0.46 |
| Hex | 2D | 5A | BE | 4C | 35 | 0 | 19 | DD | 3E | 2E |
| Octal | 55 | 132 | 276 | 114 | 65 | 0 | 31 | 335 | 76 | 56 |
| Binary | 101101 | 1011010 | 10111110 | 1001100 | 110101 | 0 | 11001 | 11011101 | 111110 | 101110 |
Color Harmonies of #2D5ABE
Complementary color
Monochromatic Colors of #2D5ABE
Black with #2D5ABE
Text Example
Text Example
White with #2D5ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5ABE; }
p { color: rgb(45,90,190); }
H1.HeaderClassName
{
color: #2D5ABE;
}
.AnyTagClassName
{
color: #2D5ABE;
}
</style>
background-color css
<style>
a { background-color: #2D5ABE; }
a { background-color: rgb(45,90,190); }
div.DivClassName
{
background-color: #2D5ABE;
}
.BgClassName
{
background-color: #2D5ABE;
}
</style>
border-color css
<style>
span { border-color: #2D5ABE; }
span { border-color: rgb(45,90,190); }
td.TdClassName
{
border-color: #2D5ABE;
}
.TagClassName
{
border-color: #2D5ABE;
}
</style>