Shades of Cerulean Blue #1F54DF
Tints of Cerulean Blue #1F54DF
RGB
CMYK
RGB Variations
Color information
#1F54DF (or 0x1F54DF) is known color: Cerulean Blue. HEX triplet: 1F, 54 and DF. RGB value is (31,84,223). Sum of RGB (Red+Green+Blue) = 31+84+223=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F54DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F54DF is #E0AB20. Grayscale: #535353. Windows color (decimal): -14723873 or 14636063. OLE color: 14636063.
HSL color Cylindrical-coordinate representation of color #1F54DF: hue angle of 223.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F54DF is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 84 | 223 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.13 |
| HSL | 223.44º | 0.76% | 0.5% | - |
| HSV(B) | 223.44º | 0.86% | 0.87% | - |
| XYZ | 17.05 | 11.96 | 71.22 | - |
| YUV | 84 | 206.44 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 223 | 0.86 | 0.62 | 0 | 0.13 | 223.44 | 0.76 | 0.5 |
| Hex | 1F | 54 | DF | 56 | 3E | 0 | D | DF | 4C | 32 |
| Octal | 37 | 124 | 337 | 126 | 76 | 0 | 15 | 337 | 114 | 62 |
| Binary | 11111 | 1010100 | 11011111 | 1010110 | 111110 | 0 | 1101 | 11011111 | 1001100 | 110010 |
Color Harmonies of #1F54DF
Complementary color
Monochromatic Colors of #1F54DF
Black with #1F54DF
Text Example
Text Example
White with #1F54DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F54DF; }
p { color: rgb(31,84,223); }
H1.HeaderClassName
{
color: #1F54DF;
}
.AnyTagClassName
{
color: #1F54DF;
}
</style>
background-color css
<style>
a { background-color: #1F54DF; }
a { background-color: rgb(31,84,223); }
div.DivClassName
{
background-color: #1F54DF;
}
.BgClassName
{
background-color: #1F54DF;
}
</style>
border-color css
<style>
span { border-color: #1F54DF; }
span { border-color: rgb(31,84,223); }
td.TdClassName
{
border-color: #1F54DF;
}
.TagClassName
{
border-color: #1F54DF;
}
</style>