Shades of Cerulean Blue #315DCF
Tints of Cerulean Blue #315DCF
RGB
CMYK
RGB Variations
Color information
#315DCF (or 0x315DCF) is known color: Cerulean Blue. HEX triplet: 31, 5D and CF. RGB value is (49,93,207). Sum of RGB (Red+Green+Blue) = 49+93+207=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #315DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DCF is #CEA230. Grayscale: #5C5C5C. Windows color (decimal): -13541937 or 13589809. OLE color: 13589809.
HSL color Cylindrical-coordinate representation of color #315DCF: hue angle of 223.29º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315DCF is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 93 | 207 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.19 |
| HSL | 223.29º | 0.62% | 0.5% | - |
| HSV(B) | 223.29º | 0.76% | 0.81% | - |
| XYZ | 16.44 | 12.99 | 60.67 | - |
| YUV | 92.84 | 192.42 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 207 | 0.76 | 0.55 | 0 | 0.19 | 223.29 | 0.62 | 0.5 |
| Hex | 31 | 5D | CF | 4C | 37 | 0 | 13 | DF | 3E | 32 |
| Octal | 61 | 135 | 317 | 114 | 67 | 0 | 23 | 337 | 76 | 62 |
| Binary | 110001 | 1011101 | 11001111 | 1001100 | 110111 | 0 | 10011 | 11011111 | 111110 | 110010 |
Color Harmonies of #315DCF
Complementary color
Monochromatic Colors of #315DCF
Black with #315DCF
Text Example
Text Example
White with #315DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315DCF; }
p { color: rgb(49,93,207); }
H1.HeaderClassName
{
color: #315DCF;
}
.AnyTagClassName
{
color: #315DCF;
}
</style>
background-color css
<style>
a { background-color: #315DCF; }
a { background-color: rgb(49,93,207); }
div.DivClassName
{
background-color: #315DCF;
}
.BgClassName
{
background-color: #315DCF;
}
</style>
border-color css
<style>
span { border-color: #315DCF; }
span { border-color: rgb(49,93,207); }
td.TdClassName
{
border-color: #315DCF;
}
.TagClassName
{
border-color: #315DCF;
}
</style>