Shades of Cerulean Blue #2D57BA
Tints of Cerulean Blue #2D57BA
RGB
CMYK
RGB Variations
Color information
#2D57BA (or 0x2D57BA) is known color: Cerulean Blue. HEX triplet: 2D, 57 and BA. RGB value is (45,87,186). Sum of RGB (Red+Green+Blue) = 45+87+186=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D57BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D57BA is #D2A845. Grayscale: #555555. Windows color (decimal): -13805638 or 12212013. OLE color: 12212013.
HSL color Cylindrical-coordinate representation of color #2D57BA: hue angle of 222.13º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D57BA is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 87 | 186 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.27 |
| HSL | 222.13º | 0.61% | 0.45% | - |
| HSV(B) | 222.13º | 0.76% | 0.73% | - |
| XYZ | 13.35 | 10.92 | 47.86 | - |
| YUV | 85.73 | 184.59 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 87 | 186 | 0.76 | 0.53 | 0 | 0.27 | 222.13 | 0.61 | 0.45 |
| Hex | 2D | 57 | BA | 4C | 35 | 0 | 1B | DE | 3D | 2D |
| Octal | 55 | 127 | 272 | 114 | 65 | 0 | 33 | 336 | 75 | 55 |
| Binary | 101101 | 1010111 | 10111010 | 1001100 | 110101 | 0 | 11011 | 11011110 | 111101 | 101101 |
Color Harmonies of #2D57BA
Complementary color
Monochromatic Colors of #2D57BA
Black with #2D57BA
Text Example
Text Example
White with #2D57BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D57BA; }
p { color: rgb(45,87,186); }
H1.HeaderClassName
{
color: #2D57BA;
}
.AnyTagClassName
{
color: #2D57BA;
}
</style>
background-color css
<style>
a { background-color: #2D57BA; }
a { background-color: rgb(45,87,186); }
div.DivClassName
{
background-color: #2D57BA;
}
.BgClassName
{
background-color: #2D57BA;
}
</style>
border-color css
<style>
span { border-color: #2D57BA; }
span { border-color: rgb(45,87,186); }
td.TdClassName
{
border-color: #2D57BA;
}
.TagClassName
{
border-color: #2D57BA;
}
</style>