Shades of Cerulean Blue #1F4ECF
Tints of Cerulean Blue #1F4ECF
RGB
CMYK
RGB Variations
Color information
#1F4ECF (or 0x1F4ECF) is known color: Cerulean Blue. HEX triplet: 1F, 4E and CF. RGB value is (31,78,207). Sum of RGB (Red+Green+Blue) = 31+78+207=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F4ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4ECF is #E0B130. Grayscale: #4E4E4E. Windows color (decimal): -14725425 or 13585951. OLE color: 13585951.
HSL color Cylindrical-coordinate representation of color #1F4ECF: hue angle of 223.98º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F4ECF is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 78 | 207 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.19 |
| HSL | 223.98º | 0.74% | 0.47% | - |
| HSV(B) | 223.98º | 0.85% | 0.81% | - |
| XYZ | 14.55 | 10.25 | 60.24 | - |
| YUV | 78.65 | 200.43 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 78 | 207 | 0.85 | 0.62 | 0 | 0.19 | 223.98 | 0.74 | 0.47 |
| Hex | 1F | 4E | CF | 55 | 3E | 0 | 13 | E0 | 4A | 2F |
| Octal | 37 | 116 | 317 | 125 | 76 | 0 | 23 | 340 | 112 | 57 |
| Binary | 11111 | 1001110 | 11001111 | 1010101 | 111110 | 0 | 10011 | 11100000 | 1001010 | 101111 |
Color Harmonies of #1F4ECF
Complementary color
Monochromatic Colors of #1F4ECF
Black with #1F4ECF
Text Example
Text Example
White with #1F4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4ECF; }
p { color: rgb(31,78,207); }
H1.HeaderClassName
{
color: #1F4ECF;
}
.AnyTagClassName
{
color: #1F4ECF;
}
</style>
background-color css
<style>
a { background-color: #1F4ECF; }
a { background-color: rgb(31,78,207); }
div.DivClassName
{
background-color: #1F4ECF;
}
.BgClassName
{
background-color: #1F4ECF;
}
</style>
border-color css
<style>
span { border-color: #1F4ECF; }
span { border-color: rgb(31,78,207); }
td.TdClassName
{
border-color: #1F4ECF;
}
.TagClassName
{
border-color: #1F4ECF;
}
</style>