Shades of Cerulean Blue #2554D7
Tints of Cerulean Blue #2554D7
RGB
CMYK
RGB Variations
Color information
#2554D7 (or 0x2554D7) is known color: Cerulean Blue. HEX triplet: 25, 54 and D7. RGB value is (37,84,215). Sum of RGB (Red+Green+Blue) = 37+84+215=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 215 (84.38% from 255 or 63.99% from 336); Max value from RGB is 215 - color contains mainly: blue. Hex color #2554D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2554D7 is #DAAB28. Grayscale: #545454. Windows color (decimal): -14330665 or 14111781. OLE color: 14111781.
HSL color Cylindrical-coordinate representation of color #2554D7: hue angle of 224.16º 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 #2554D7 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 84 | 215 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.16 |
| HSL | 224.16º | 0.71% | 0.49% | - |
| HSV(B) | 224.16º | 0.83% | 0.84% | - |
| XYZ | 16.2 | 11.64 | 65.68 | - |
| YUV | 84.88 | 201.43 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 215 | 0.83 | 0.61 | 0 | 0.16 | 224.16 | 0.71 | 0.49 |
| Hex | 25 | 54 | D7 | 53 | 3D | 0 | 10 | E0 | 47 | 31 |
| Octal | 45 | 124 | 327 | 123 | 75 | 0 | 20 | 340 | 107 | 61 |
| Binary | 100101 | 1010100 | 11010111 | 1010011 | 111101 | 0 | 10000 | 11100000 | 1000111 | 110001 |
Color Harmonies of #2554D7
Complementary color
Monochromatic Colors of #2554D7
Black with #2554D7
Text Example
Text Example
White with #2554D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2554D7; }
p { color: rgb(37,84,215); }
H1.HeaderClassName
{
color: #2554D7;
}
.AnyTagClassName
{
color: #2554D7;
}
</style>
background-color css
<style>
a { background-color: #2554D7; }
a { background-color: rgb(37,84,215); }
div.DivClassName
{
background-color: #2554D7;
}
.BgClassName
{
background-color: #2554D7;
}
</style>
border-color css
<style>
span { border-color: #2554D7; }
span { border-color: rgb(37,84,215); }
td.TdClassName
{
border-color: #2554D7;
}
.TagClassName
{
border-color: #2554D7;
}
</style>