Shades of Cerulean Blue #1F4CDC
Tints of Cerulean Blue #1F4CDC
RGB
CMYK
RGB Variations
Color information
#1F4CDC (or 0x1F4CDC) is known color: Cerulean Blue. HEX triplet: 1F, 4C and DC. RGB value is (31,76,220). Sum of RGB (Red+Green+Blue) = 31+76+220=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F4CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4CDC is #E0B323. Grayscale: #4E4E4E. Windows color (decimal): -14725924 or 14437407. OLE color: 14437407.
HSL color Cylindrical-coordinate representation of color #1F4CDC: hue angle of 225.71º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F4CDC is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 76 | 220 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.14 |
| HSL | 225.71º | 0.75% | 0.49% | - |
| HSV(B) | 225.71º | 0.86% | 0.86% | - |
| XYZ | 16.07 | 10.63 | 68.91 | - |
| YUV | 78.96 | 207.59 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 76 | 220 | 0.86 | 0.65 | 0 | 0.14 | 225.71 | 0.75 | 0.49 |
| Hex | 1F | 4C | DC | 56 | 41 | 0 | E | E2 | 4B | 31 |
| Octal | 37 | 114 | 334 | 126 | 101 | 0 | 16 | 342 | 113 | 61 |
| Binary | 11111 | 1001100 | 11011100 | 1010110 | 1000001 | 0 | 1110 | 11100010 | 1001011 | 110001 |
Color Harmonies of #1F4CDC
Complementary color
Monochromatic Colors of #1F4CDC
Black with #1F4CDC
Text Example
Text Example
White with #1F4CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4CDC; }
p { color: rgb(31,76,220); }
H1.HeaderClassName
{
color: #1F4CDC;
}
.AnyTagClassName
{
color: #1F4CDC;
}
</style>
background-color css
<style>
a { background-color: #1F4CDC; }
a { background-color: rgb(31,76,220); }
div.DivClassName
{
background-color: #1F4CDC;
}
.BgClassName
{
background-color: #1F4CDC;
}
</style>
border-color css
<style>
span { border-color: #1F4CDC; }
span { border-color: rgb(31,76,220); }
td.TdClassName
{
border-color: #1F4CDC;
}
.TagClassName
{
border-color: #1F4CDC;
}
</style>