Shades of Cerulean Blue #1F51DD
Tints of Cerulean Blue #1F51DD
RGB
CMYK
RGB Variations
Color information
#1F51DD (or 0x1F51DD) is known color: Cerulean Blue. HEX triplet: 1F, 51 and DD. RGB value is (31,81,221). Sum of RGB (Red+Green+Blue) = 31+81+221=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F51DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F51DD is #E0AE22. Grayscale: #515151. Windows color (decimal): -14724643 or 14504223. OLE color: 14504223.
HSL color Cylindrical-coordinate representation of color #1F51DD: hue angle of 224.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F51DD is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 81 | 221 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.13 |
| HSL | 224.21º | 0.75% | 0.49% | - |
| HSV(B) | 224.21º | 0.86% | 0.87% | - |
| XYZ | 16.56 | 11.4 | 69.73 | - |
| YUV | 82.01 | 206.44 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 221 | 0.86 | 0.63 | 0 | 0.13 | 224.21 | 0.75 | 0.49 |
| Hex | 1F | 51 | DD | 56 | 3F | 0 | D | E0 | 4B | 31 |
| Octal | 37 | 121 | 335 | 126 | 77 | 0 | 15 | 340 | 113 | 61 |
| Binary | 11111 | 1010001 | 11011101 | 1010110 | 111111 | 0 | 1101 | 11100000 | 1001011 | 110001 |
Color Harmonies of #1F51DD
Complementary color
Monochromatic Colors of #1F51DD
Black with #1F51DD
Text Example
Text Example
White with #1F51DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F51DD; }
p { color: rgb(31,81,221); }
H1.HeaderClassName
{
color: #1F51DD;
}
.AnyTagClassName
{
color: #1F51DD;
}
</style>
background-color css
<style>
a { background-color: #1F51DD; }
a { background-color: rgb(31,81,221); }
div.DivClassName
{
background-color: #1F51DD;
}
.BgClassName
{
background-color: #1F51DD;
}
</style>
border-color css
<style>
span { border-color: #1F51DD; }
span { border-color: rgb(31,81,221); }
td.TdClassName
{
border-color: #1F51DD;
}
.TagClassName
{
border-color: #1F51DD;
}
</style>