Shades of Cerulean Blue #1F54CC
Tints of Cerulean Blue #1F54CC
RGB
CMYK
RGB Variations
Color information
#1F54CC (or 0x1F54CC) is known color: Cerulean Blue. HEX triplet: 1F, 54 and CC. RGB value is (31,84,204). Sum of RGB (Red+Green+Blue) = 31+84+204=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F54CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F54CC is #E0AB33. Grayscale: #515151. Windows color (decimal): -14723892 or 13390879. OLE color: 13390879.
HSL color Cylindrical-coordinate representation of color #1F54CC: hue angle of 221.62º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F54CC is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 84 | 204 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.2 |
| HSL | 221.62º | 0.74% | 0.46% | - |
| HSV(B) | 221.62º | 0.85% | 0.8% | - |
| XYZ | 14.63 | 10.99 | 58.48 | - |
| YUV | 81.83 | 196.94 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 204 | 0.85 | 0.59 | 0 | 0.2 | 221.62 | 0.74 | 0.46 |
| Hex | 1F | 54 | CC | 55 | 3B | 0 | 14 | DE | 4A | 2E |
| Octal | 37 | 124 | 314 | 125 | 73 | 0 | 24 | 336 | 112 | 56 |
| Binary | 11111 | 1010100 | 11001100 | 1010101 | 111011 | 0 | 10100 | 11011110 | 1001010 | 101110 |
Color Harmonies of #1F54CC
Complementary color
Monochromatic Colors of #1F54CC
Black with #1F54CC
Text Example
Text Example
White with #1F54CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F54CC; }
p { color: rgb(31,84,204); }
H1.HeaderClassName
{
color: #1F54CC;
}
.AnyTagClassName
{
color: #1F54CC;
}
</style>
background-color css
<style>
a { background-color: #1F54CC; }
a { background-color: rgb(31,84,204); }
div.DivClassName
{
background-color: #1F54CC;
}
.BgClassName
{
background-color: #1F54CC;
}
</style>
border-color css
<style>
span { border-color: #1F54CC; }
span { border-color: rgb(31,84,204); }
td.TdClassName
{
border-color: #1F54CC;
}
.TagClassName
{
border-color: #1F54CC;
}
</style>