Shades of Cerulean Blue #2D57BF
Tints of Cerulean Blue #2D57BF
RGB
CMYK
RGB Variations
Color information
#2D57BF (or 0x2D57BF) is known color: Cerulean Blue. HEX triplet: 2D, 57 and BF. RGB value is (45,87,191). Sum of RGB (Red+Green+Blue) = 45+87+191=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D57BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D57BF is #D2A840. Grayscale: #555555. Windows color (decimal): -13805633 or 12539693. OLE color: 12539693.
HSL color Cylindrical-coordinate representation of color #2D57BF: hue angle of 222.74º 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 #2D57BF is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 87 | 191 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.25 |
| HSL | 222.74º | 0.62% | 0.46% | - |
| HSV(B) | 222.74º | 0.76% | 0.75% | - |
| XYZ | 13.89 | 11.14 | 50.71 | - |
| YUV | 86.3 | 187.09 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 87 | 191 | 0.76 | 0.54 | 0 | 0.25 | 222.74 | 0.62 | 0.46 |
| Hex | 2D | 57 | BF | 4C | 36 | 0 | 19 | DF | 3E | 2E |
| Octal | 55 | 127 | 277 | 114 | 66 | 0 | 31 | 337 | 76 | 56 |
| Binary | 101101 | 1010111 | 10111111 | 1001100 | 110110 | 0 | 11001 | 11011111 | 111110 | 101110 |
Color Harmonies of #2D57BF
Complementary color
Monochromatic Colors of #2D57BF
Black with #2D57BF
Text Example
Text Example
White with #2D57BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D57BF; }
p { color: rgb(45,87,191); }
H1.HeaderClassName
{
color: #2D57BF;
}
.AnyTagClassName
{
color: #2D57BF;
}
</style>
background-color css
<style>
a { background-color: #2D57BF; }
a { background-color: rgb(45,87,191); }
div.DivClassName
{
background-color: #2D57BF;
}
.BgClassName
{
background-color: #2D57BF;
}
</style>
border-color css
<style>
span { border-color: #2D57BF; }
span { border-color: rgb(45,87,191); }
td.TdClassName
{
border-color: #2D57BF;
}
.TagClassName
{
border-color: #2D57BF;
}
</style>