Shades of Cerulean Blue #2556DD
Tints of Cerulean Blue #2556DD
RGB
CMYK
RGB Variations
Color information
#2556DD (or 0x2556DD) is known color: Cerulean Blue. HEX triplet: 25, 56 and DD. RGB value is (37,86,221). Sum of RGB (Red+Green+Blue) = 37+86+221=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #2556DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2556DD is #DAA922. Grayscale: #565656. Windows color (decimal): -14330147 or 14505509. OLE color: 14505509.
HSL color Cylindrical-coordinate representation of color #2556DD: hue angle of 224.02º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2556DD is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 86 | 221 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.13 |
| HSL | 224.02º | 0.73% | 0.51% | - |
| HSV(B) | 224.02º | 0.83% | 0.87% | - |
| XYZ | 17.14 | 12.27 | 69.87 | - |
| YUV | 86.74 | 203.77 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 86 | 221 | 0.83 | 0.61 | 0 | 0.13 | 224.02 | 0.73 | 0.51 |
| Hex | 25 | 56 | DD | 53 | 3D | 0 | D | E0 | 49 | 33 |
| Octal | 45 | 126 | 335 | 123 | 75 | 0 | 15 | 340 | 111 | 63 |
| Binary | 100101 | 1010110 | 11011101 | 1010011 | 111101 | 0 | 1101 | 11100000 | 1001001 | 110011 |
Color Harmonies of #2556DD
Complementary color
Monochromatic Colors of #2556DD
Black with #2556DD
Text Example
Text Example
White with #2556DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2556DD; }
p { color: rgb(37,86,221); }
H1.HeaderClassName
{
color: #2556DD;
}
.AnyTagClassName
{
color: #2556DD;
}
</style>
background-color css
<style>
a { background-color: #2556DD; }
a { background-color: rgb(37,86,221); }
div.DivClassName
{
background-color: #2556DD;
}
.BgClassName
{
background-color: #2556DD;
}
</style>
border-color css
<style>
span { border-color: #2556DD; }
span { border-color: rgb(37,86,221); }
td.TdClassName
{
border-color: #2556DD;
}
.TagClassName
{
border-color: #2556DD;
}
</style>