Shades of Cerulean Blue #1F47DB
Tints of Cerulean Blue #1F47DB
RGB
CMYK
RGB Variations
Color information
#1F47DB (or 0x1F47DB) is known color: Cerulean Blue. HEX triplet: 1F, 47 and DB. RGB value is (31,71,219). Sum of RGB (Red+Green+Blue) = 31+71+219=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F47DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F47DB is #E0B824. Grayscale: #4B4B4B. Windows color (decimal): -14727205 or 14370591. OLE color: 14370591.
HSL color Cylindrical-coordinate representation of color #1F47DB: hue angle of 227.23º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F47DB is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 71 | 219 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.14 |
| HSL | 227.23º | 0.75% | 0.49% | - |
| HSV(B) | 227.23º | 0.86% | 0.86% | - |
| XYZ | 15.6 | 9.91 | 68.11 | - |
| YUV | 75.91 | 208.75 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 219 | 0.86 | 0.68 | 0 | 0.14 | 227.23 | 0.75 | 0.49 |
| Hex | 1F | 47 | DB | 56 | 44 | 0 | E | E3 | 4B | 31 |
| Octal | 37 | 107 | 333 | 126 | 104 | 0 | 16 | 343 | 113 | 61 |
| Binary | 11111 | 1000111 | 11011011 | 1010110 | 1000100 | 0 | 1110 | 11100011 | 1001011 | 110001 |
Color Harmonies of #1F47DB
Complementary color
Monochromatic Colors of #1F47DB
Black with #1F47DB
Text Example
Text Example
White with #1F47DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F47DB; }
p { color: rgb(31,71,219); }
H1.HeaderClassName
{
color: #1F47DB;
}
.AnyTagClassName
{
color: #1F47DB;
}
</style>
background-color css
<style>
a { background-color: #1F47DB; }
a { background-color: rgb(31,71,219); }
div.DivClassName
{
background-color: #1F47DB;
}
.BgClassName
{
background-color: #1F47DB;
}
</style>
border-color css
<style>
span { border-color: #1F47DB; }
span { border-color: rgb(31,71,219); }
td.TdClassName
{
border-color: #1F47DB;
}
.TagClassName
{
border-color: #1F47DB;
}
</style>