Shades of Cerulean Blue #2D5ABF
Tints of Cerulean Blue #2D5ABF
RGB
CMYK
RGB Variations
Color information
#2D5ABF (or 0x2D5ABF) is known color: Cerulean Blue. HEX triplet: 2D, 5A and BF. RGB value is (45,90,191). Sum of RGB (Red+Green+Blue) = 45+90+191=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D5ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5ABF is #D2A540. Grayscale: #575757. Windows color (decimal): -13804865 or 12540461. OLE color: 12540461.
HSL color Cylindrical-coordinate representation of color #2D5ABF: hue angle of 221.51º 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 #2D5ABF is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 90 | 191 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.25 |
| HSL | 221.51º | 0.62% | 0.46% | - |
| HSV(B) | 221.51º | 0.76% | 0.75% | - |
| XYZ | 14.14 | 11.63 | 50.79 | - |
| YUV | 88.06 | 186.09 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 191 | 0.76 | 0.53 | 0 | 0.25 | 221.51 | 0.62 | 0.46 |
| Hex | 2D | 5A | BF | 4C | 35 | 0 | 19 | DE | 3E | 2E |
| Octal | 55 | 132 | 277 | 114 | 65 | 0 | 31 | 336 | 76 | 56 |
| Binary | 101101 | 1011010 | 10111111 | 1001100 | 110101 | 0 | 11001 | 11011110 | 111110 | 101110 |
Color Harmonies of #2D5ABF
Complementary color
Monochromatic Colors of #2D5ABF
Black with #2D5ABF
Text Example
Text Example
White with #2D5ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5ABF; }
p { color: rgb(45,90,191); }
H1.HeaderClassName
{
color: #2D5ABF;
}
.AnyTagClassName
{
color: #2D5ABF;
}
</style>
background-color css
<style>
a { background-color: #2D5ABF; }
a { background-color: rgb(45,90,191); }
div.DivClassName
{
background-color: #2D5ABF;
}
.BgClassName
{
background-color: #2D5ABF;
}
</style>
border-color css
<style>
span { border-color: #2D5ABF; }
span { border-color: rgb(45,90,191); }
td.TdClassName
{
border-color: #2D5ABF;
}
.TagClassName
{
border-color: #2D5ABF;
}
</style>