Shades of Cerulean Blue #1F51BE
Tints of Cerulean Blue #1F51BE
RGB
CMYK
RGB Variations
Color information
#1F51BE (or 0x1F51BE) is known color: Cerulean Blue. HEX triplet: 1F, 51 and BE. RGB value is (31,81,190). Sum of RGB (Red+Green+Blue) = 31+81+190=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F51BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F51BE is #E0AE41. Grayscale: #4D4D4D. Windows color (decimal): -14724674 or 12472607. OLE color: 12472607.
HSL color Cylindrical-coordinate representation of color #1F51BE: hue angle of 221.13º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F51BE is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 81 | 190 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.25 |
| HSL | 221.13º | 0.72% | 0.43% | - |
| HSV(B) | 221.13º | 0.84% | 0.75% | - |
| XYZ | 12.8 | 9.89 | 49.95 | - |
| YUV | 78.48 | 190.94 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 190 | 0.84 | 0.57 | 0 | 0.25 | 221.13 | 0.72 | 0.43 |
| Hex | 1F | 51 | BE | 54 | 39 | 0 | 19 | DD | 48 | 2B |
| Octal | 37 | 121 | 276 | 124 | 71 | 0 | 31 | 335 | 110 | 53 |
| Binary | 11111 | 1010001 | 10111110 | 1010100 | 111001 | 0 | 11001 | 11011101 | 1001000 | 101011 |
Color Harmonies of #1F51BE
Complementary color
Monochromatic Colors of #1F51BE
Black with #1F51BE
Text Example
Text Example
White with #1F51BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F51BE; }
p { color: rgb(31,81,190); }
H1.HeaderClassName
{
color: #1F51BE;
}
.AnyTagClassName
{
color: #1F51BE;
}
</style>
background-color css
<style>
a { background-color: #1F51BE; }
a { background-color: rgb(31,81,190); }
div.DivClassName
{
background-color: #1F51BE;
}
.BgClassName
{
background-color: #1F51BE;
}
</style>
border-color css
<style>
span { border-color: #1F51BE; }
span { border-color: rgb(31,81,190); }
td.TdClassName
{
border-color: #1F51BE;
}
.TagClassName
{
border-color: #1F51BE;
}
</style>