Shades of Cerulean Blue #1F4EE3
Tints of Cerulean Blue #1F4EE3
RGB
CMYK
RGB Variations
Color information
#1F4EE3 (or 0x1F4EE3) is known color: Cerulean Blue. HEX triplet: 1F, 4E and E3. RGB value is (31,78,227). Sum of RGB (Red+Green+Blue) = 31+78+227=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 227 (89.06% from 255 or 67.56% from 336); Max value from RGB is 227 - color contains mainly: blue. Hex color #1F4EE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4EE3 is #E0B11C. Grayscale: #505050. Windows color (decimal): -14725405 or 14896671. OLE color: 14896671.
HSL color Cylindrical-coordinate representation of color #1F4EE3: hue angle of 225.61º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F4EE3 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 78 | 227 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.11 |
| HSL | 225.61º | 0.78% | 0.51% | - |
| HSV(B) | 225.61º | 0.86% | 0.89% | - |
| XYZ | 17.15 | 11.29 | 73.95 | - |
| YUV | 80.93 | 210.43 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 78 | 227 | 0.86 | 0.66 | 0 | 0.11 | 225.61 | 0.78 | 0.51 |
| Hex | 1F | 4E | E3 | 56 | 42 | 0 | B | E2 | 4E | 33 |
| Octal | 37 | 116 | 343 | 126 | 102 | 0 | 13 | 342 | 116 | 63 |
| Binary | 11111 | 1001110 | 11100011 | 1010110 | 1000010 | 0 | 1011 | 11100010 | 1001110 | 110011 |
Color Harmonies of #1F4EE3
Complementary color
Monochromatic Colors of #1F4EE3
Black with #1F4EE3
Text Example
Text Example
White with #1F4EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4EE3; }
p { color: rgb(31,78,227); }
H1.HeaderClassName
{
color: #1F4EE3;
}
.AnyTagClassName
{
color: #1F4EE3;
}
</style>
background-color css
<style>
a { background-color: #1F4EE3; }
a { background-color: rgb(31,78,227); }
div.DivClassName
{
background-color: #1F4EE3;
}
.BgClassName
{
background-color: #1F4EE3;
}
</style>
border-color css
<style>
span { border-color: #1F4EE3; }
span { border-color: rgb(31,78,227); }
td.TdClassName
{
border-color: #1F4EE3;
}
.TagClassName
{
border-color: #1F4EE3;
}
</style>