Shades of Cerulean Blue #1F49DB
Tints of Cerulean Blue #1F49DB
RGB
CMYK
RGB Variations
Color information
#1F49DB (or 0x1F49DB) is known color: Cerulean Blue. HEX triplet: 1F, 49 and DB. RGB value is (31,73,219). Sum of RGB (Red+Green+Blue) = 31+73+219=323 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.60% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F49DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F49DB is #E0B624. Grayscale: #4C4C4C. Windows color (decimal): -14726693 or 14371103. OLE color: 14371103.
HSL color Cylindrical-coordinate representation of color #1F49DB: hue angle of 226.6º 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 #1F49DB is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 73 | 219 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.14 |
| HSL | 226.6º | 0.75% | 0.49% | - |
| HSV(B) | 226.6º | 0.86% | 0.86% | - |
| XYZ | 15.73 | 10.17 | 68.15 | - |
| YUV | 77.09 | 208.09 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 219 | 0.86 | 0.67 | 0 | 0.14 | 226.6 | 0.75 | 0.49 |
| Hex | 1F | 49 | DB | 56 | 43 | 0 | E | E3 | 4B | 31 |
| Octal | 37 | 111 | 333 | 126 | 103 | 0 | 16 | 343 | 113 | 61 |
| Binary | 11111 | 1001001 | 11011011 | 1010110 | 1000011 | 0 | 1110 | 11100011 | 1001011 | 110001 |
Color Harmonies of #1F49DB
Complementary color
Monochromatic Colors of #1F49DB
Black with #1F49DB
Text Example
Text Example
White with #1F49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F49DB; }
p { color: rgb(31,73,219); }
H1.HeaderClassName
{
color: #1F49DB;
}
.AnyTagClassName
{
color: #1F49DB;
}
</style>
background-color css
<style>
a { background-color: #1F49DB; }
a { background-color: rgb(31,73,219); }
div.DivClassName
{
background-color: #1F49DB;
}
.BgClassName
{
background-color: #1F49DB;
}
</style>
border-color css
<style>
span { border-color: #1F49DB; }
span { border-color: rgb(31,73,219); }
td.TdClassName
{
border-color: #1F49DB;
}
.TagClassName
{
border-color: #1F49DB;
}
</style>