Shades of Cerulean Blue #1F54CE
Tints of Cerulean Blue #1F54CE
RGB
CMYK
RGB Variations
Color information
#1F54CE (or 0x1F54CE) is known color: Cerulean Blue. HEX triplet: 1F, 54 and CE. RGB value is (31,84,206). Sum of RGB (Red+Green+Blue) = 31+84+206=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F54CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F54CE is #E0AB31. Grayscale: #515151. Windows color (decimal): -14723890 or 13521951. OLE color: 13521951.
HSL color Cylindrical-coordinate representation of color #1F54CE: hue angle of 221.83º 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 #1F54CE is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 84 | 206 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.19 |
| HSL | 221.83º | 0.74% | 0.46% | - |
| HSV(B) | 221.83º | 0.85% | 0.81% | - |
| XYZ | 14.88 | 11.09 | 59.75 | - |
| YUV | 82.06 | 197.94 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 206 | 0.85 | 0.59 | 0 | 0.19 | 221.83 | 0.74 | 0.46 |
| Hex | 1F | 54 | CE | 55 | 3B | 0 | 13 | DE | 4A | 2E |
| Octal | 37 | 124 | 316 | 125 | 73 | 0 | 23 | 336 | 112 | 56 |
| Binary | 11111 | 1010100 | 11001110 | 1010101 | 111011 | 0 | 10011 | 11011110 | 1001010 | 101110 |
Color Harmonies of #1F54CE
Complementary color
Monochromatic Colors of #1F54CE
Black with #1F54CE
Text Example
Text Example
White with #1F54CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F54CE; }
p { color: rgb(31,84,206); }
H1.HeaderClassName
{
color: #1F54CE;
}
.AnyTagClassName
{
color: #1F54CE;
}
</style>
background-color css
<style>
a { background-color: #1F54CE; }
a { background-color: rgb(31,84,206); }
div.DivClassName
{
background-color: #1F54CE;
}
.BgClassName
{
background-color: #1F54CE;
}
</style>
border-color css
<style>
span { border-color: #1F54CE; }
span { border-color: rgb(31,84,206); }
td.TdClassName
{
border-color: #1F54CE;
}
.TagClassName
{
border-color: #1F54CE;
}
</style>