Shades of Cerulean Blue #1E53BF
Tints of Cerulean Blue #1E53BF
RGB
CMYK
RGB Variations
Color information
#1E53BF (or 0x1E53BF) is known color: Cerulean Blue. HEX triplet: 1E, 53 and BF. RGB value is (30,83,191). Sum of RGB (Red+Green+Blue) = 30+83+191=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E53BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E53BF is #E1AC40. Grayscale: #4E4E4E. Windows color (decimal): -14789697 or 12538654. OLE color: 12538654.
HSL color Cylindrical-coordinate representation of color #1E53BF: hue angle of 220.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E53BF is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 83 | 191 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.25 |
| HSL | 220.25º | 0.73% | 0.43% | - |
| HSV(B) | 220.25º | 0.84% | 0.75% | - |
| XYZ | 13.03 | 10.22 | 50.58 | - |
| YUV | 79.47 | 190.94 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 83 | 191 | 0.84 | 0.57 | 0 | 0.25 | 220.25 | 0.73 | 0.43 |
| Hex | 1E | 53 | BF | 54 | 39 | 0 | 19 | DC | 49 | 2B |
| Octal | 36 | 123 | 277 | 124 | 71 | 0 | 31 | 334 | 111 | 53 |
| Binary | 11110 | 1010011 | 10111111 | 1010100 | 111001 | 0 | 11001 | 11011100 | 1001001 | 101011 |
Color Harmonies of #1E53BF
Complementary color
Monochromatic Colors of #1E53BF
Black with #1E53BF
Text Example
Text Example
White with #1E53BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E53BF; }
p { color: rgb(30,83,191); }
H1.HeaderClassName
{
color: #1E53BF;
}
.AnyTagClassName
{
color: #1E53BF;
}
</style>
background-color css
<style>
a { background-color: #1E53BF; }
a { background-color: rgb(30,83,191); }
div.DivClassName
{
background-color: #1E53BF;
}
.BgClassName
{
background-color: #1E53BF;
}
</style>
border-color css
<style>
span { border-color: #1E53BF; }
span { border-color: rgb(30,83,191); }
td.TdClassName
{
border-color: #1E53BF;
}
.TagClassName
{
border-color: #1E53BF;
}
</style>