Shades of Cerulean Blue #1F54C1
Tints of Cerulean Blue #1F54C1
RGB
CMYK
RGB Variations
Color information
#1F54C1 (or 0x1F54C1) is known color: Cerulean Blue. HEX triplet: 1F, 54 and C1. RGB value is (31,84,193). Sum of RGB (Red+Green+Blue) = 31+84+193=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #1F54C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F54C1 is #E0AB3E. Grayscale: #505050. Windows color (decimal): -14723903 or 12669983. OLE color: 12669983.
HSL color Cylindrical-coordinate representation of color #1F54C1: hue angle of 220.37º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F54C1 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 84 | 193 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.24 |
| HSL | 220.37º | 0.72% | 0.44% | - |
| HSV(B) | 220.37º | 0.84% | 0.76% | - |
| XYZ | 13.36 | 10.48 | 51.77 | - |
| YUV | 80.58 | 191.44 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 193 | 0.84 | 0.56 | 0 | 0.24 | 220.37 | 0.72 | 0.44 |
| Hex | 1F | 54 | C1 | 54 | 38 | 0 | 18 | DC | 48 | 2C |
| Octal | 37 | 124 | 301 | 124 | 70 | 0 | 30 | 334 | 110 | 54 |
| Binary | 11111 | 1010100 | 11000001 | 1010100 | 111000 | 0 | 11000 | 11011100 | 1001000 | 101100 |
Color Harmonies of #1F54C1
Complementary color
Monochromatic Colors of #1F54C1
Black with #1F54C1
Text Example
Text Example
White with #1F54C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F54C1; }
p { color: rgb(31,84,193); }
H1.HeaderClassName
{
color: #1F54C1;
}
.AnyTagClassName
{
color: #1F54C1;
}
</style>
background-color css
<style>
a { background-color: #1F54C1; }
a { background-color: rgb(31,84,193); }
div.DivClassName
{
background-color: #1F54C1;
}
.BgClassName
{
background-color: #1F54C1;
}
</style>
border-color css
<style>
span { border-color: #1F54C1; }
span { border-color: rgb(31,84,193); }
td.TdClassName
{
border-color: #1F54C1;
}
.TagClassName
{
border-color: #1F54C1;
}
</style>