Shades of Cerulean Blue #2562D7
Tints of Cerulean Blue #2562D7
RGB
CMYK
RGB Variations
Color information
#2562D7 (or 0x2562D7) is known color: Cerulean Blue. HEX triplet: 25, 62 and D7. RGB value is (37,98,215). Sum of RGB (Red+Green+Blue) = 37+98+215=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 215 (84.38% from 255 or 61.43% from 350); Max value from RGB is 215 - color contains mainly: blue. Hex color #2562D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2562D7 is #DA9D28. Grayscale: #5C5C5C. Windows color (decimal): -14327081 or 14115365. OLE color: 14115365.
HSL color Cylindrical-coordinate representation of color #2562D7: hue angle of 219.44º 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 #2562D7 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 98 | 215 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.16 |
| HSL | 219.44º | 0.71% | 0.49% | - |
| HSV(B) | 219.44º | 0.83% | 0.84% | - |
| XYZ | 17.4 | 14.03 | 66.08 | - |
| YUV | 93.1 | 196.79 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 215 | 0.83 | 0.54 | 0 | 0.16 | 219.44 | 0.71 | 0.49 |
| Hex | 25 | 62 | D7 | 53 | 36 | 0 | 10 | DB | 47 | 31 |
| Octal | 45 | 142 | 327 | 123 | 66 | 0 | 20 | 333 | 107 | 61 |
| Binary | 100101 | 1100010 | 11010111 | 1010011 | 110110 | 0 | 10000 | 11011011 | 1000111 | 110001 |
Color Harmonies of #2562D7
Complementary color
Monochromatic Colors of #2562D7
Black with #2562D7
Text Example
Text Example
White with #2562D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2562D7; }
p { color: rgb(37,98,215); }
H1.HeaderClassName
{
color: #2562D7;
}
.AnyTagClassName
{
color: #2562D7;
}
</style>
background-color css
<style>
a { background-color: #2562D7; }
a { background-color: rgb(37,98,215); }
div.DivClassName
{
background-color: #2562D7;
}
.BgClassName
{
background-color: #2562D7;
}
</style>
border-color css
<style>
span { border-color: #2562D7; }
span { border-color: rgb(37,98,215); }
td.TdClassName
{
border-color: #2562D7;
}
.TagClassName
{
border-color: #2562D7;
}
</style>