Shades of Cerulean Blue #1F56BC
Tints of Cerulean Blue #1F56BC
RGB
CMYK
RGB Variations
Color information
#1F56BC (or 0x1F56BC) is known color: Cerulean Blue. HEX triplet: 1F, 56 and BC. RGB value is (31,86,188). Sum of RGB (Red+Green+Blue) = 31+86+188=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F56BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F56BC is #E0A943. Grayscale: #505050. Windows color (decimal): -14723396 or 12342815. OLE color: 12342815.
HSL color Cylindrical-coordinate representation of color #1F56BC: hue angle of 218.98º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F56BC is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 86 | 188 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.26 |
| HSL | 218.98º | 0.72% | 0.43% | - |
| HSV(B) | 218.98º | 0.84% | 0.74% | - |
| XYZ | 12.97 | 10.58 | 48.94 | - |
| YUV | 81.18 | 188.28 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 86 | 188 | 0.84 | 0.54 | 0 | 0.26 | 218.98 | 0.72 | 0.43 |
| Hex | 1F | 56 | BC | 54 | 36 | 0 | 1A | DB | 48 | 2B |
| Octal | 37 | 126 | 274 | 124 | 66 | 0 | 32 | 333 | 110 | 53 |
| Binary | 11111 | 1010110 | 10111100 | 1010100 | 110110 | 0 | 11010 | 11011011 | 1001000 | 101011 |
Color Harmonies of #1F56BC
Complementary color
Monochromatic Colors of #1F56BC
Black with #1F56BC
Text Example
Text Example
White with #1F56BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F56BC; }
p { color: rgb(31,86,188); }
H1.HeaderClassName
{
color: #1F56BC;
}
.AnyTagClassName
{
color: #1F56BC;
}
</style>
background-color css
<style>
a { background-color: #1F56BC; }
a { background-color: rgb(31,86,188); }
div.DivClassName
{
background-color: #1F56BC;
}
.BgClassName
{
background-color: #1F56BC;
}
</style>
border-color css
<style>
span { border-color: #1F56BC; }
span { border-color: rgb(31,86,188); }
td.TdClassName
{
border-color: #1F56BC;
}
.TagClassName
{
border-color: #1F56BC;
}
</style>