Shades of Cerulean Blue #2560CF
Tints of Cerulean Blue #2560CF
RGB
CMYK
RGB Variations
Color information
#2560CF (or 0x2560CF) is known color: Cerulean Blue. HEX triplet: 25, 60 and CF. RGB value is (37,96,207). Sum of RGB (Red+Green+Blue) = 37+96+207=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #2560CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2560CF is #DA9F30. Grayscale: #5A5A5A. Windows color (decimal): -14327601 or 13590565. OLE color: 13590565.
HSL color Cylindrical-coordinate representation of color #2560CF: hue angle of 219.18º 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 #2560CF is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 96 | 207 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.19 |
| HSL | 219.18º | 0.7% | 0.48% | - |
| HSV(B) | 219.18º | 0.82% | 0.81% | - |
| XYZ | 16.21 | 13.26 | 60.74 | - |
| YUV | 91.01 | 193.45 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 207 | 0.82 | 0.54 | 0 | 0.19 | 219.18 | 0.7 | 0.48 |
| Hex | 25 | 60 | CF | 52 | 36 | 0 | 13 | DB | 46 | 30 |
| Octal | 45 | 140 | 317 | 122 | 66 | 0 | 23 | 333 | 106 | 60 |
| Binary | 100101 | 1100000 | 11001111 | 1010010 | 110110 | 0 | 10011 | 11011011 | 1000110 | 110000 |
Color Harmonies of #2560CF
Complementary color
Monochromatic Colors of #2560CF
Black with #2560CF
Text Example
Text Example
White with #2560CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2560CF; }
p { color: rgb(37,96,207); }
H1.HeaderClassName
{
color: #2560CF;
}
.AnyTagClassName
{
color: #2560CF;
}
</style>
background-color css
<style>
a { background-color: #2560CF; }
a { background-color: rgb(37,96,207); }
div.DivClassName
{
background-color: #2560CF;
}
.BgClassName
{
background-color: #2560CF;
}
</style>
border-color css
<style>
span { border-color: #2560CF; }
span { border-color: rgb(37,96,207); }
td.TdClassName
{
border-color: #2560CF;
}
.TagClassName
{
border-color: #2560CF;
}
</style>