Shades of Cerulean Blue #2547BF
Tints of Cerulean Blue #2547BF
RGB
CMYK
RGB Variations
Color information
#2547BF (or 0x2547BF) is known color: Cerulean Blue. HEX triplet: 25, 47 and BF. RGB value is (37,71,191). Sum of RGB (Red+Green+Blue) = 37+71+191=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #2547BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2547BF is #DAB840. Grayscale: #4A4A4A. Windows color (decimal): -14334017 or 12535589. OLE color: 12535589.
HSL color Cylindrical-coordinate representation of color #2547BF: hue angle of 226.75º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2547BF is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 71 | 191 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.25 |
| HSL | 226.75º | 0.68% | 0.45% | - |
| HSV(B) | 226.75º | 0.81% | 0.75% | - |
| XYZ | 12.42 | 8.66 | 50.31 | - |
| YUV | 74.51 | 193.74 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 71 | 191 | 0.81 | 0.63 | 0 | 0.25 | 226.75 | 0.68 | 0.45 |
| Hex | 25 | 47 | BF | 51 | 3F | 0 | 19 | E3 | 44 | 2D |
| Octal | 45 | 107 | 277 | 121 | 77 | 0 | 31 | 343 | 104 | 55 |
| Binary | 100101 | 1000111 | 10111111 | 1010001 | 111111 | 0 | 11001 | 11100011 | 1000100 | 101101 |
Color Harmonies of #2547BF
Complementary color
Monochromatic Colors of #2547BF
Black with #2547BF
Text Example
Text Example
White with #2547BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2547BF; }
p { color: rgb(37,71,191); }
H1.HeaderClassName
{
color: #2547BF;
}
.AnyTagClassName
{
color: #2547BF;
}
</style>
background-color css
<style>
a { background-color: #2547BF; }
a { background-color: rgb(37,71,191); }
div.DivClassName
{
background-color: #2547BF;
}
.BgClassName
{
background-color: #2547BF;
}
</style>
border-color css
<style>
span { border-color: #2547BF; }
span { border-color: rgb(37,71,191); }
td.TdClassName
{
border-color: #2547BF;
}
.TagClassName
{
border-color: #2547BF;
}
</style>