Shades of Cerulean Blue #1F4DC3
Tints of Cerulean Blue #1F4DC3
RGB
CMYK
RGB Variations
Color information
#1F4DC3 (or 0x1F4DC3) is known color: Cerulean Blue. HEX triplet: 1F, 4D and C3. RGB value is (31,77,195). Sum of RGB (Red+Green+Blue) = 31+77+195=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 195 (76.56% from 255 or 64.36% from 303); Max value from RGB is 195 - color contains mainly: blue. Hex color #1F4DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4DC3 is #E0B23C. Grayscale: #4C4C4C. Windows color (decimal): -14725693 or 12799263. OLE color: 12799263.
HSL color Cylindrical-coordinate representation of color #1F4DC3: hue angle of 223.17º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F4DC3 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 77 | 195 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.24 |
| HSL | 223.17º | 0.73% | 0.44% | - |
| HSV(B) | 223.17º | 0.84% | 0.76% | - |
| XYZ | 13.07 | 9.54 | 52.78 | - |
| YUV | 76.7 | 194.76 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 77 | 195 | 0.84 | 0.61 | 0 | 0.24 | 223.17 | 0.73 | 0.44 |
| Hex | 1F | 4D | C3 | 54 | 3D | 0 | 18 | DF | 49 | 2C |
| Octal | 37 | 115 | 303 | 124 | 75 | 0 | 30 | 337 | 111 | 54 |
| Binary | 11111 | 1001101 | 11000011 | 1010100 | 111101 | 0 | 11000 | 11011111 | 1001001 | 101100 |
Color Harmonies of #1F4DC3
Complementary color
Monochromatic Colors of #1F4DC3
Black with #1F4DC3
Text Example
Text Example
White with #1F4DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4DC3; }
p { color: rgb(31,77,195); }
H1.HeaderClassName
{
color: #1F4DC3;
}
.AnyTagClassName
{
color: #1F4DC3;
}
</style>
background-color css
<style>
a { background-color: #1F4DC3; }
a { background-color: rgb(31,77,195); }
div.DivClassName
{
background-color: #1F4DC3;
}
.BgClassName
{
background-color: #1F4DC3;
}
</style>
border-color css
<style>
span { border-color: #1F4DC3; }
span { border-color: rgb(31,77,195); }
td.TdClassName
{
border-color: #1F4DC3;
}
.TagClassName
{
border-color: #1F4DC3;
}
</style>