Shades of Cerulean Blue #1E52BE
Tints of Cerulean Blue #1E52BE
RGB
CMYK
RGB Variations
Color information
#1E52BE (or 0x1E52BE) is known color: Cerulean Blue. HEX triplet: 1E, 52 and BE. RGB value is (30,82,190). Sum of RGB (Red+Green+Blue) = 30+82+190=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E52BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E52BE is #E1AD41. Grayscale: #4E4E4E. Windows color (decimal): -14789954 or 12472862. OLE color: 12472862.
HSL color Cylindrical-coordinate representation of color #1E52BE: hue angle of 220.5º 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 #1E52BE is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 82 | 190 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.25 |
| HSL | 220.5º | 0.73% | 0.43% | - |
| HSV(B) | 220.5º | 0.84% | 0.75% | - |
| XYZ | 12.85 | 10.03 | 49.97 | - |
| YUV | 78.76 | 190.77 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 82 | 190 | 0.84 | 0.57 | 0 | 0.25 | 220.5 | 0.73 | 0.43 |
| Hex | 1E | 52 | BE | 54 | 39 | 0 | 19 | DC | 49 | 2B |
| Octal | 36 | 122 | 276 | 124 | 71 | 0 | 31 | 334 | 111 | 53 |
| Binary | 11110 | 1010010 | 10111110 | 1010100 | 111001 | 0 | 11001 | 11011100 | 1001001 | 101011 |
Color Harmonies of #1E52BE
Complementary color
Monochromatic Colors of #1E52BE
Black with #1E52BE
Text Example
Text Example
White with #1E52BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E52BE; }
p { color: rgb(30,82,190); }
H1.HeaderClassName
{
color: #1E52BE;
}
.AnyTagClassName
{
color: #1E52BE;
}
</style>
background-color css
<style>
a { background-color: #1E52BE; }
a { background-color: rgb(30,82,190); }
div.DivClassName
{
background-color: #1E52BE;
}
.BgClassName
{
background-color: #1E52BE;
}
</style>
border-color css
<style>
span { border-color: #1E52BE; }
span { border-color: rgb(30,82,190); }
td.TdClassName
{
border-color: #1E52BE;
}
.TagClassName
{
border-color: #1E52BE;
}
</style>