Shades of Cerulean Blue #315ED1
Tints of Cerulean Blue #315ED1
RGB
CMYK
RGB Variations
Color information
#315ED1 (or 0x315ED1) is known color: Cerulean Blue. HEX triplet: 31, 5E and D1. RGB value is (49,94,209). Sum of RGB (Red+Green+Blue) = 49+94+209=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 209 (82.03% from 255 or 59.38% from 352); Max value from RGB is 209 - color contains mainly: blue. Hex color #315ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315ED1 is #CEA12E. Grayscale: #5D5D5D. Windows color (decimal): -13541679 or 13721137. OLE color: 13721137.
HSL color Cylindrical-coordinate representation of color #315ED1: hue angle of 223.12º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #315ED1 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 94 | 209 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.18 |
| HSL | 223.13º | 0.63% | 0.51% | - |
| HSV(B) | 223.13º | 0.77% | 0.82% | - |
| XYZ | 16.78 | 13.26 | 62 | - |
| YUV | 93.66 | 193.09 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 209 | 0.77 | 0.55 | 0 | 0.18 | 223.13 | 0.63 | 0.51 |
| Hex | 31 | 5E | D1 | 4D | 37 | 0 | 12 | DF | 3F | 33 |
| Octal | 61 | 136 | 321 | 115 | 67 | 0 | 22 | 337 | 77 | 63 |
| Binary | 110001 | 1011110 | 11010001 | 1001101 | 110111 | 0 | 10010 | 11011111 | 111111 | 110011 |
Color Harmonies of #315ED1
Complementary color
Monochromatic Colors of #315ED1
Black with #315ED1
Text Example
Text Example
White with #315ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315ED1; }
p { color: rgb(49,94,209); }
H1.HeaderClassName
{
color: #315ED1;
}
.AnyTagClassName
{
color: #315ED1;
}
</style>
background-color css
<style>
a { background-color: #315ED1; }
a { background-color: rgb(49,94,209); }
div.DivClassName
{
background-color: #315ED1;
}
.BgClassName
{
background-color: #315ED1;
}
</style>
border-color css
<style>
span { border-color: #315ED1; }
span { border-color: rgb(49,94,209); }
td.TdClassName
{
border-color: #315ED1;
}
.TagClassName
{
border-color: #315ED1;
}
</style>