Shades of Cerulean Blue #1F54CD
Tints of Cerulean Blue #1F54CD
RGB
CMYK
RGB Variations
Color information
#1F54CD (or 0x1F54CD) is known color: Cerulean Blue. HEX triplet: 1F, 54 and CD. RGB value is (31,84,205). Sum of RGB (Red+Green+Blue) = 31+84+205=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F54CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F54CD is #E0AB32. Grayscale: #515151. Windows color (decimal): -14723891 or 13456415. OLE color: 13456415.
HSL color Cylindrical-coordinate representation of color #1F54CD: hue angle of 221.72º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F54CD is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 84 | 205 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.20 |
| HSL | 221.72º | 0.74% | 0.46% | - |
| HSV(B) | 221.72º | 0.85% | 0.8% | - |
| XYZ | 14.75 | 11.04 | 59.11 | - |
| YUV | 81.95 | 197.44 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 205 | 0.85 | 0.59 | 0 | 0.20 | 221.72 | 0.74 | 0.46 |
| Hex | 1F | 54 | CD | 55 | 3B | 0 | 14 | DE | 4A | 2E |
| Octal | 37 | 124 | 315 | 125 | 73 | 0 | 24 | 336 | 112 | 56 |
| Binary | 11111 | 1010100 | 11001101 | 1010101 | 111011 | 0 | 10100 | 11011110 | 1001010 | 101110 |
Color Harmonies of #1F54CD
Complementary color
Monochromatic Colors of #1F54CD
Black with #1F54CD
Text Example
Text Example
White with #1F54CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F54CD; }
p { color: rgb(31,84,205); }
H1.HeaderClassName
{
color: #1F54CD;
}
.AnyTagClassName
{
color: #1F54CD;
}
</style>
background-color css
<style>
a { background-color: #1F54CD; }
a { background-color: rgb(31,84,205); }
div.DivClassName
{
background-color: #1F54CD;
}
.BgClassName
{
background-color: #1F54CD;
}
</style>
border-color css
<style>
span { border-color: #1F54CD; }
span { border-color: rgb(31,84,205); }
td.TdClassName
{
border-color: #1F54CD;
}
.TagClassName
{
border-color: #1F54CD;
}
</style>