Shades of Cerulean Blue #1E48BE
Tints of Cerulean Blue #1E48BE
RGB
CMYK
RGB Variations
Color information
#1E48BE (or 0x1E48BE) is known color: Cerulean Blue. HEX triplet: 1E, 48 and BE. RGB value is (30,72,190). Sum of RGB (Red+Green+Blue) = 30+72+190=292 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.27% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E48BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E48BE is #E1B741. Grayscale: #484848. Windows color (decimal): -14792514 or 12470302. OLE color: 12470302.
HSL color Cylindrical-coordinate representation of color #1E48BE: hue angle of 224.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 #1E48BE is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 72 | 190 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.25 |
| HSL | 224.25º | 0.73% | 0.43% | - |
| HSV(B) | 224.25º | 0.84% | 0.75% | - |
| XYZ | 12.15 | 8.63 | 49.74 | - |
| YUV | 72.89 | 194.09 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 72 | 190 | 0.84 | 0.62 | 0 | 0.25 | 224.25 | 0.73 | 0.43 |
| Hex | 1E | 48 | BE | 54 | 3E | 0 | 19 | E0 | 49 | 2B |
| Octal | 36 | 110 | 276 | 124 | 76 | 0 | 31 | 340 | 111 | 53 |
| Binary | 11110 | 1001000 | 10111110 | 1010100 | 111110 | 0 | 11001 | 11100000 | 1001001 | 101011 |
Color Harmonies of #1E48BE
Complementary color
Monochromatic Colors of #1E48BE
Black with #1E48BE
Text Example
Text Example
White with #1E48BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E48BE; }
p { color: rgb(30,72,190); }
H1.HeaderClassName
{
color: #1E48BE;
}
.AnyTagClassName
{
color: #1E48BE;
}
</style>
background-color css
<style>
a { background-color: #1E48BE; }
a { background-color: rgb(30,72,190); }
div.DivClassName
{
background-color: #1E48BE;
}
.BgClassName
{
background-color: #1E48BE;
}
</style>
border-color css
<style>
span { border-color: #1E48BE; }
span { border-color: rgb(30,72,190); }
td.TdClassName
{
border-color: #1E48BE;
}
.TagClassName
{
border-color: #1E48BE;
}
</style>