Shades of Cerulean Blue #2551D7
Tints of Cerulean Blue #2551D7
RGB
CMYK
RGB Variations
Color information
#2551D7 (or 0x2551D7) is known color: Cerulean Blue. HEX triplet: 25, 51 and D7. RGB value is (37,81,215). Sum of RGB (Red+Green+Blue) = 37+81+215=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 215 (84.38% from 255 or 64.56% from 333); Max value from RGB is 215 - color contains mainly: blue. Hex color #2551D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2551D7 is #DAAE28. Grayscale: #525252. Windows color (decimal): -14331433 or 14111013. OLE color: 14111013.
HSL color Cylindrical-coordinate representation of color #2551D7: hue angle of 225.17º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2551D7 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 81 | 215 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.16 |
| HSL | 225.17º | 0.71% | 0.49% | - |
| HSV(B) | 225.17º | 0.83% | 0.84% | - |
| XYZ | 15.97 | 11.18 | 65.61 | - |
| YUV | 83.12 | 202.42 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 215 | 0.83 | 0.62 | 0 | 0.16 | 225.17 | 0.71 | 0.49 |
| Hex | 25 | 51 | D7 | 53 | 3E | 0 | 10 | E1 | 47 | 31 |
| Octal | 45 | 121 | 327 | 123 | 76 | 0 | 20 | 341 | 107 | 61 |
| Binary | 100101 | 1010001 | 11010111 | 1010011 | 111110 | 0 | 10000 | 11100001 | 1000111 | 110001 |
Color Harmonies of #2551D7
Complementary color
Monochromatic Colors of #2551D7
Black with #2551D7
Text Example
Text Example
White with #2551D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2551D7; }
p { color: rgb(37,81,215); }
H1.HeaderClassName
{
color: #2551D7;
}
.AnyTagClassName
{
color: #2551D7;
}
</style>
background-color css
<style>
a { background-color: #2551D7; }
a { background-color: rgb(37,81,215); }
div.DivClassName
{
background-color: #2551D7;
}
.BgClassName
{
background-color: #2551D7;
}
</style>
border-color css
<style>
span { border-color: #2551D7; }
span { border-color: rgb(37,81,215); }
td.TdClassName
{
border-color: #2551D7;
}
.TagClassName
{
border-color: #2551D7;
}
</style>