Shades of Cerulean Blue #2554CF
Tints of Cerulean Blue #2554CF
RGB
CMYK
RGB Variations
Color information
#2554CF (or 0x2554CF) is known color: Cerulean Blue. HEX triplet: 25, 54 and CF. RGB value is (37,84,207). Sum of RGB (Red+Green+Blue) = 37+84+207=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #2554CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2554CF is #DAAB30. Grayscale: #535353. Windows color (decimal): -14330673 or 13587493. OLE color: 13587493.
HSL color Cylindrical-coordinate representation of color #2554CF: hue angle of 223.41º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2554CF is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 84 | 207 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.19 |
| HSL | 223.41º | 0.7% | 0.48% | - |
| HSV(B) | 223.41º | 0.82% | 0.81% | - |
| XYZ | 15.2 | 11.24 | 60.4 | - |
| YUV | 83.97 | 197.43 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 207 | 0.82 | 0.59 | 0 | 0.19 | 223.41 | 0.7 | 0.48 |
| Hex | 25 | 54 | CF | 52 | 3B | 0 | 13 | DF | 46 | 30 |
| Octal | 45 | 124 | 317 | 122 | 73 | 0 | 23 | 337 | 106 | 60 |
| Binary | 100101 | 1010100 | 11001111 | 1010010 | 111011 | 0 | 10011 | 11011111 | 1000110 | 110000 |
Color Harmonies of #2554CF
Complementary color
Monochromatic Colors of #2554CF
Black with #2554CF
Text Example
Text Example
White with #2554CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2554CF; }
p { color: rgb(37,84,207); }
H1.HeaderClassName
{
color: #2554CF;
}
.AnyTagClassName
{
color: #2554CF;
}
</style>
background-color css
<style>
a { background-color: #2554CF; }
a { background-color: rgb(37,84,207); }
div.DivClassName
{
background-color: #2554CF;
}
.BgClassName
{
background-color: #2554CF;
}
</style>
border-color css
<style>
span { border-color: #2554CF; }
span { border-color: rgb(37,84,207); }
td.TdClassName
{
border-color: #2554CF;
}
.TagClassName
{
border-color: #2554CF;
}
</style>