Shades of Cerulean Blue #1F49BF
Tints of Cerulean Blue #1F49BF
RGB
CMYK
RGB Variations
Color information
#1F49BF (or 0x1F49BF) is known color: Cerulean Blue. HEX triplet: 1F, 49 and BF. RGB value is (31,73,191). Sum of RGB (Red+Green+Blue) = 31+73+191=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F49BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F49BF is #E0B640. Grayscale: #494949. Windows color (decimal): -14726721 or 12536095. OLE color: 12536095.
HSL color Cylindrical-coordinate representation of color #1F49BF: hue angle of 224.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F49BF is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 73 | 191 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.25 |
| HSL | 224.25º | 0.72% | 0.44% | - |
| HSV(B) | 224.25º | 0.84% | 0.75% | - |
| XYZ | 12.35 | 8.82 | 50.34 | - |
| YUV | 73.89 | 194.09 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 191 | 0.84 | 0.62 | 0 | 0.25 | 224.25 | 0.72 | 0.44 |
| Hex | 1F | 49 | BF | 54 | 3E | 0 | 19 | E0 | 48 | 2C |
| Octal | 37 | 111 | 277 | 124 | 76 | 0 | 31 | 340 | 110 | 54 |
| Binary | 11111 | 1001001 | 10111111 | 1010100 | 111110 | 0 | 11001 | 11100000 | 1001000 | 101100 |
Color Harmonies of #1F49BF
Complementary color
Monochromatic Colors of #1F49BF
Black with #1F49BF
Text Example
Text Example
White with #1F49BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F49BF; }
p { color: rgb(31,73,191); }
H1.HeaderClassName
{
color: #1F49BF;
}
.AnyTagClassName
{
color: #1F49BF;
}
</style>
background-color css
<style>
a { background-color: #1F49BF; }
a { background-color: rgb(31,73,191); }
div.DivClassName
{
background-color: #1F49BF;
}
.BgClassName
{
background-color: #1F49BF;
}
</style>
border-color css
<style>
span { border-color: #1F49BF; }
span { border-color: rgb(31,73,191); }
td.TdClassName
{
border-color: #1F49BF;
}
.TagClassName
{
border-color: #1F49BF;
}
</style>