Shades of Cerulean Blue #2562D2
Tints of Cerulean Blue #2562D2
RGB
CMYK
RGB Variations
Color information
#2562D2 (or 0x2562D2) is known color: Cerulean Blue. HEX triplet: 25, 62 and D2. RGB value is (37,98,210). Sum of RGB (Red+Green+Blue) = 37+98+210=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 210 (82.42% from 255 or 60.87% from 345); Max value from RGB is 210 - color contains mainly: blue. Hex color #2562D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2562D2 is #DA9D2D. Grayscale: #5C5C5C. Windows color (decimal): -14327086 or 13787685. OLE color: 13787685.
HSL color Cylindrical-coordinate representation of color #2562D2: hue angle of 218.84º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2562D2 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 98 | 210 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.18 |
| HSL | 218.84º | 0.7% | 0.48% | - |
| HSV(B) | 218.84º | 0.82% | 0.82% | - |
| XYZ | 16.76 | 13.78 | 62.75 | - |
| YUV | 92.53 | 194.29 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 210 | 0.82 | 0.53 | 0 | 0.18 | 218.84 | 0.7 | 0.48 |
| Hex | 25 | 62 | D2 | 52 | 35 | 0 | 12 | DB | 46 | 30 |
| Octal | 45 | 142 | 322 | 122 | 65 | 0 | 22 | 333 | 106 | 60 |
| Binary | 100101 | 1100010 | 11010010 | 1010010 | 110101 | 0 | 10010 | 11011011 | 1000110 | 110000 |
Color Harmonies of #2562D2
Complementary color
Monochromatic Colors of #2562D2
Black with #2562D2
Text Example
Text Example
White with #2562D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2562D2; }
p { color: rgb(37,98,210); }
H1.HeaderClassName
{
color: #2562D2;
}
.AnyTagClassName
{
color: #2562D2;
}
</style>
background-color css
<style>
a { background-color: #2562D2; }
a { background-color: rgb(37,98,210); }
div.DivClassName
{
background-color: #2562D2;
}
.BgClassName
{
background-color: #2562D2;
}
</style>
border-color css
<style>
span { border-color: #2562D2; }
span { border-color: rgb(37,98,210); }
td.TdClassName
{
border-color: #2562D2;
}
.TagClassName
{
border-color: #2562D2;
}
</style>