Shades of Cerulean Blue #315DD0
Tints of Cerulean Blue #315DD0
RGB
CMYK
RGB Variations
Color information
#315DD0 (or 0x315DD0) is known color: Cerulean Blue. HEX triplet: 31, 5D and D0. RGB value is (49,93,208). Sum of RGB (Red+Green+Blue) = 49+93+208=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 208 (81.64% from 255 or 59.43% from 350); Max value from RGB is 208 - color contains mainly: blue. Hex color #315DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DD0 is #CEA22F. Grayscale: #5C5C5C. Windows color (decimal): -13541936 or 13655345. OLE color: 13655345.
HSL color Cylindrical-coordinate representation of color #315DD0: hue angle of 223.4º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315DD0 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 93 | 208 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.18 |
| HSL | 223.4º | 0.63% | 0.5% | - |
| HSV(B) | 223.4º | 0.76% | 0.82% | - |
| XYZ | 16.57 | 13.04 | 61.32 | - |
| YUV | 92.95 | 192.92 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 208 | 0.76 | 0.55 | 0 | 0.18 | 223.4 | 0.63 | 0.5 |
| Hex | 31 | 5D | D0 | 4C | 37 | 0 | 12 | DF | 3F | 32 |
| Octal | 61 | 135 | 320 | 114 | 67 | 0 | 22 | 337 | 77 | 62 |
| Binary | 110001 | 1011101 | 11010000 | 1001100 | 110111 | 0 | 10010 | 11011111 | 111111 | 110010 |
Color Harmonies of #315DD0
Complementary color
Monochromatic Colors of #315DD0
Black with #315DD0
Text Example
Text Example
White with #315DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315DD0; }
p { color: rgb(49,93,208); }
H1.HeaderClassName
{
color: #315DD0;
}
.AnyTagClassName
{
color: #315DD0;
}
</style>
background-color css
<style>
a { background-color: #315DD0; }
a { background-color: rgb(49,93,208); }
div.DivClassName
{
background-color: #315DD0;
}
.BgClassName
{
background-color: #315DD0;
}
</style>
border-color css
<style>
span { border-color: #315DD0; }
span { border-color: rgb(49,93,208); }
td.TdClassName
{
border-color: #315DD0;
}
.TagClassName
{
border-color: #315DD0;
}
</style>