Shades of Cerulean Blue #1F4DD3
Tints of Cerulean Blue #1F4DD3
RGB
CMYK
RGB Variations
Color information
#1F4DD3 (or 0x1F4DD3) is known color: Cerulean Blue. HEX triplet: 1F, 4D and D3. RGB value is (31,77,211). Sum of RGB (Red+Green+Blue) = 31+77+211=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 211 (82.81% from 255 or 66.14% from 319); Max value from RGB is 211 - color contains mainly: blue. Hex color #1F4DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4DD3 is #E0B22C. Grayscale: #4D4D4D. Windows color (decimal): -14725677 or 13847839. OLE color: 13847839.
HSL color Cylindrical-coordinate representation of color #1F4DD3: hue angle of 224.67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F4DD3 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 31 | 77 | 211 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.17 |
| HSL | 224.67º | 0.74% | 0.47% | - |
| HSV(B) | 224.67º | 0.85% | 0.83% | - |
| XYZ | 14.98 | 10.3 | 62.83 | - |
| YUV | 78.52 | 202.76 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 77 | 211 | 0.85 | 0.64 | 0 | 0.17 | 224.67 | 0.74 | 0.47 |
| Hex | 1F | 4D | D3 | 55 | 40 | 0 | 11 | E1 | 4A | 2F |
| Octal | 37 | 115 | 323 | 125 | 100 | 0 | 21 | 341 | 112 | 57 |
| Binary | 11111 | 1001101 | 11010011 | 1010101 | 1000000 | 0 | 10001 | 11100001 | 1001010 | 101111 |
Color Harmonies of #1F4DD3
Complementary color
Monochromatic Colors of #1F4DD3
Black with #1F4DD3
Text Example
Text Example
White with #1F4DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4DD3; }
p { color: rgb(31,77,211); }
H1.HeaderClassName
{
color: #1F4DD3;
}
.AnyTagClassName
{
color: #1F4DD3;
}
</style>
background-color css
<style>
a { background-color: #1F4DD3; }
a { background-color: rgb(31,77,211); }
div.DivClassName
{
background-color: #1F4DD3;
}
.BgClassName
{
background-color: #1F4DD3;
}
</style>
border-color css
<style>
span { border-color: #1F4DD3; }
span { border-color: rgb(31,77,211); }
td.TdClassName
{
border-color: #1F4DD3;
}
.TagClassName
{
border-color: #1F4DD3;
}
</style>