Shades of Cerulean Blue #1F50CE
Tints of Cerulean Blue #1F50CE
RGB
CMYK
RGB Variations
Color information
#1F50CE (or 0x1F50CE) is known color: Cerulean Blue. HEX triplet: 1F, 50 and CE. RGB value is (31,80,206). Sum of RGB (Red+Green+Blue) = 31+80+206=317 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.78% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F50CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F50CE is #E0AF31. Grayscale: #4F4F4F. Windows color (decimal): -14724914 or 13520927. OLE color: 13520927.
HSL color Cylindrical-coordinate representation of color #1F50CE: hue angle of 223.2º 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 #1F50CE is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 80 | 206 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.19 |
| HSL | 223.2º | 0.74% | 0.46% | - |
| HSV(B) | 223.2º | 0.85% | 0.81% | - |
| XYZ | 14.57 | 10.48 | 59.65 | - |
| YUV | 79.71 | 199.27 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 206 | 0.85 | 0.61 | 0 | 0.19 | 223.2 | 0.74 | 0.46 |
| Hex | 1F | 50 | CE | 55 | 3D | 0 | 13 | DF | 4A | 2E |
| Octal | 37 | 120 | 316 | 125 | 75 | 0 | 23 | 337 | 112 | 56 |
| Binary | 11111 | 1010000 | 11001110 | 1010101 | 111101 | 0 | 10011 | 11011111 | 1001010 | 101110 |
Color Harmonies of #1F50CE
Complementary color
Monochromatic Colors of #1F50CE
Black with #1F50CE
Text Example
Text Example
White with #1F50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F50CE; }
p { color: rgb(31,80,206); }
H1.HeaderClassName
{
color: #1F50CE;
}
.AnyTagClassName
{
color: #1F50CE;
}
</style>
background-color css
<style>
a { background-color: #1F50CE; }
a { background-color: rgb(31,80,206); }
div.DivClassName
{
background-color: #1F50CE;
}
.BgClassName
{
background-color: #1F50CE;
}
</style>
border-color css
<style>
span { border-color: #1F50CE; }
span { border-color: rgb(31,80,206); }
td.TdClassName
{
border-color: #1F50CE;
}
.TagClassName
{
border-color: #1F50CE;
}
</style>