Shades of Cerulean Blue #2D57BE
Tints of Cerulean Blue #2D57BE
RGB
CMYK
RGB Variations
Color information
#2D57BE (or 0x2D57BE) is known color: Cerulean Blue. HEX triplet: 2D, 57 and BE. RGB value is (45,87,190). Sum of RGB (Red+Green+Blue) = 45+87+190=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D57BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D57BE is #D2A841. Grayscale: #555555. Windows color (decimal): -13805634 or 12474157. OLE color: 12474157.
HSL color Cylindrical-coordinate representation of color #2D57BE: hue angle of 222.62º 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 #2D57BE is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 87 | 190 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.25 |
| HSL | 222.62º | 0.62% | 0.46% | - |
| HSV(B) | 222.62º | 0.76% | 0.75% | - |
| XYZ | 13.78 | 11.09 | 50.13 | - |
| YUV | 86.18 | 186.59 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 87 | 190 | 0.76 | 0.54 | 0 | 0.25 | 222.62 | 0.62 | 0.46 |
| Hex | 2D | 57 | BE | 4C | 36 | 0 | 19 | DF | 3E | 2E |
| Octal | 55 | 127 | 276 | 114 | 66 | 0 | 31 | 337 | 76 | 56 |
| Binary | 101101 | 1010111 | 10111110 | 1001100 | 110110 | 0 | 11001 | 11011111 | 111110 | 101110 |
Color Harmonies of #2D57BE
Complementary color
Monochromatic Colors of #2D57BE
Black with #2D57BE
Text Example
Text Example
White with #2D57BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D57BE; }
p { color: rgb(45,87,190); }
H1.HeaderClassName
{
color: #2D57BE;
}
.AnyTagClassName
{
color: #2D57BE;
}
</style>
background-color css
<style>
a { background-color: #2D57BE; }
a { background-color: rgb(45,87,190); }
div.DivClassName
{
background-color: #2D57BE;
}
.BgClassName
{
background-color: #2D57BE;
}
</style>
border-color css
<style>
span { border-color: #2D57BE; }
span { border-color: rgb(45,87,190); }
td.TdClassName
{
border-color: #2D57BE;
}
.TagClassName
{
border-color: #2D57BE;
}
</style>