Shades of Cerulean Blue #1F47CE
Tints of Cerulean Blue #1F47CE
RGB
CMYK
RGB Variations
Color information
#1F47CE (or 0x1F47CE) is known color: Cerulean Blue. HEX triplet: 1F, 47 and CE. RGB value is (31,71,206). Sum of RGB (Red+Green+Blue) = 31+71+206=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F47CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F47CE is #E0B831. Grayscale: #494949. Windows color (decimal): -14727218 or 13518623. OLE color: 13518623.
HSL color Cylindrical-coordinate representation of color #1F47CE: hue angle of 226.29º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F47CE is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 71 | 206 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.19 |
| HSL | 226.29º | 0.74% | 0.46% | - |
| HSV(B) | 226.29º | 0.85% | 0.81% | - |
| XYZ | 13.96 | 9.25 | 59.44 | - |
| YUV | 74.43 | 202.25 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 206 | 0.85 | 0.66 | 0 | 0.19 | 226.29 | 0.74 | 0.46 |
| Hex | 1F | 47 | CE | 55 | 42 | 0 | 13 | E2 | 4A | 2E |
| Octal | 37 | 107 | 316 | 125 | 102 | 0 | 23 | 342 | 112 | 56 |
| Binary | 11111 | 1000111 | 11001110 | 1010101 | 1000010 | 0 | 10011 | 11100010 | 1001010 | 101110 |
Color Harmonies of #1F47CE
Complementary color
Monochromatic Colors of #1F47CE
Black with #1F47CE
Text Example
Text Example
White with #1F47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F47CE; }
p { color: rgb(31,71,206); }
H1.HeaderClassName
{
color: #1F47CE;
}
.AnyTagClassName
{
color: #1F47CE;
}
</style>
background-color css
<style>
a { background-color: #1F47CE; }
a { background-color: rgb(31,71,206); }
div.DivClassName
{
background-color: #1F47CE;
}
.BgClassName
{
background-color: #1F47CE;
}
</style>
border-color css
<style>
span { border-color: #1F47CE; }
span { border-color: rgb(31,71,206); }
td.TdClassName
{
border-color: #1F47CE;
}
.TagClassName
{
border-color: #1F47CE;
}
</style>