Shades of Cerulean Blue #1B4EDE
Tints of Cerulean Blue #1B4EDE
RGB
CMYK
RGB Variations
Color information
#1B4EDE (or 0x1B4EDE) is known color: Cerulean Blue. HEX triplet: 1B, 4E and DE. RGB value is (27,78,222). Sum of RGB (Red+Green+Blue) = 27+78+222=327 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.26% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 222 (87.11% from 255 or 67.89% from 327); Max value from RGB is 222 - color contains mainly: blue. Hex color #1B4EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4EDE is #E4B121. Grayscale: #4E4E4E. Windows color (decimal): -14987554 or 14568987. OLE color: 14568987.
HSL color Cylindrical-coordinate representation of color #1B4EDE: hue angle of 224.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B4EDE is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 78 | 222 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.13 |
| HSL | 224.31º | 0.78% | 0.49% | - |
| HSV(B) | 224.31º | 0.88% | 0.87% | - |
| XYZ | 16.36 | 10.96 | 70.36 | - |
| YUV | 79.17 | 208.6 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 78 | 222 | 0.88 | 0.65 | 0 | 0.13 | 224.31 | 0.78 | 0.49 |
| Hex | 1B | 4E | DE | 58 | 41 | 0 | D | E0 | 4E | 31 |
| Octal | 33 | 116 | 336 | 130 | 101 | 0 | 15 | 340 | 116 | 61 |
| Binary | 11011 | 1001110 | 11011110 | 1011000 | 1000001 | 0 | 1101 | 11100000 | 1001110 | 110001 |
Color Harmonies of #1B4EDE
Complementary color
Monochromatic Colors of #1B4EDE
Black with #1B4EDE
Text Example
Text Example
White with #1B4EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4EDE; }
p { color: rgb(27,78,222); }
H1.HeaderClassName
{
color: #1B4EDE;
}
.AnyTagClassName
{
color: #1B4EDE;
}
</style>
background-color css
<style>
a { background-color: #1B4EDE; }
a { background-color: rgb(27,78,222); }
div.DivClassName
{
background-color: #1B4EDE;
}
.BgClassName
{
background-color: #1B4EDE;
}
</style>
border-color css
<style>
span { border-color: #1B4EDE; }
span { border-color: rgb(27,78,222); }
td.TdClassName
{
border-color: #1B4EDE;
}
.TagClassName
{
border-color: #1B4EDE;
}
</style>