Shades of Cerulean Blue #1E5BDA
Tints of Cerulean Blue #1E5BDA
RGB
CMYK
RGB Variations
Color information
#1E5BDA (or 0x1E5BDA) is known color: Cerulean Blue. HEX triplet: 1E, 5B and DA. RGB value is (30,91,218). Sum of RGB (Red+Green+Blue) = 30+91+218=339 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.85% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E5BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5BDA is #E1A425. Grayscale: #565656. Windows color (decimal): -14787622 or 14310174. OLE color: 14310174.
HSL color Cylindrical-coordinate representation of color #1E5BDA: hue angle of 220.53º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E5BDA is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 91 | 218 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.15 |
| HSL | 220.53º | 0.76% | 0.49% | - |
| HSV(B) | 220.53º | 0.86% | 0.85% | - |
| XYZ | 16.93 | 12.82 | 67.91 | - |
| YUV | 87.24 | 201.79 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 91 | 218 | 0.86 | 0.58 | 0 | 0.15 | 220.53 | 0.76 | 0.49 |
| Hex | 1E | 5B | DA | 56 | 3A | 0 | F | DD | 4C | 31 |
| Octal | 36 | 133 | 332 | 126 | 72 | 0 | 17 | 335 | 114 | 61 |
| Binary | 11110 | 1011011 | 11011010 | 1010110 | 111010 | 0 | 1111 | 11011101 | 1001100 | 110001 |
Color Harmonies of #1E5BDA
Complementary color
Monochromatic Colors of #1E5BDA
Black with #1E5BDA
Text Example
Text Example
White with #1E5BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5BDA; }
p { color: rgb(30,91,218); }
H1.HeaderClassName
{
color: #1E5BDA;
}
.AnyTagClassName
{
color: #1E5BDA;
}
</style>
background-color css
<style>
a { background-color: #1E5BDA; }
a { background-color: rgb(30,91,218); }
div.DivClassName
{
background-color: #1E5BDA;
}
.BgClassName
{
background-color: #1E5BDA;
}
</style>
border-color css
<style>
span { border-color: #1E5BDA; }
span { border-color: rgb(30,91,218); }
td.TdClassName
{
border-color: #1E5BDA;
}
.TagClassName
{
border-color: #1E5BDA;
}
</style>