Shades of Cerulean Blue #1F4FE3
Tints of Cerulean Blue #1F4FE3
RGB
CMYK
RGB Variations
Color information
#1F4FE3 (or 0x1F4FE3) is known color: Cerulean Blue. HEX triplet: 1F, 4F and E3. RGB value is (31,79,227). Sum of RGB (Red+Green+Blue) = 31+79+227=337 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.20% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 227 (89.06% from 255 or 67.36% from 337); Max value from RGB is 227 - color contains mainly: blue. Hex color #1F4FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4FE3 is #E0B01C. Grayscale: #505050. Windows color (decimal): -14725149 or 14896927. OLE color: 14896927.
HSL color Cylindrical-coordinate representation of color #1F4FE3: hue angle of 225.31º 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 #1F4FE3 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 79 | 227 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.11 |
| HSL | 225.31º | 0.78% | 0.51% | - |
| HSV(B) | 225.31º | 0.86% | 0.89% | - |
| XYZ | 17.23 | 11.43 | 73.97 | - |
| YUV | 81.52 | 210.1 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 79 | 227 | 0.86 | 0.65 | 0 | 0.11 | 225.31 | 0.78 | 0.51 |
| Hex | 1F | 4F | E3 | 56 | 41 | 0 | B | E1 | 4E | 33 |
| Octal | 37 | 117 | 343 | 126 | 101 | 0 | 13 | 341 | 116 | 63 |
| Binary | 11111 | 1001111 | 11100011 | 1010110 | 1000001 | 0 | 1011 | 11100001 | 1001110 | 110011 |
Color Harmonies of #1F4FE3
Complementary color
Monochromatic Colors of #1F4FE3
Black with #1F4FE3
Text Example
Text Example
White with #1F4FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4FE3; }
p { color: rgb(31,79,227); }
H1.HeaderClassName
{
color: #1F4FE3;
}
.AnyTagClassName
{
color: #1F4FE3;
}
</style>
background-color css
<style>
a { background-color: #1F4FE3; }
a { background-color: rgb(31,79,227); }
div.DivClassName
{
background-color: #1F4FE3;
}
.BgClassName
{
background-color: #1F4FE3;
}
</style>
border-color css
<style>
span { border-color: #1F4FE3; }
span { border-color: rgb(31,79,227); }
td.TdClassName
{
border-color: #1F4FE3;
}
.TagClassName
{
border-color: #1F4FE3;
}
</style>