Shades of Cerulean Blue #1B4BDB
Tints of Cerulean Blue #1B4BDB
RGB
CMYK
RGB Variations
Color information
#1B4BDB (or 0x1B4BDB) is known color: Cerulean Blue. HEX triplet: 1B, 4B and DB. RGB value is (27,75,219). Sum of RGB (Red+Green+Blue) = 27+75+219=321 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.41% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B4BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B4BDB is #E4B424. Grayscale: #4C4C4C. Windows color (decimal): -14988325 or 14371611. OLE color: 14371611.
HSL color Cylindrical-coordinate representation of color #1B4BDB: hue angle of 225º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B4BDB is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 75 | 219 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.14 |
| HSL | 225º | 0.78% | 0.48% | - |
| HSV(B) | 225º | 0.88% | 0.86% | - |
| XYZ | 15.75 | 10.38 | 68.19 | - |
| YUV | 77.06 | 208.1 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 75 | 219 | 0.88 | 0.66 | 0 | 0.14 | 225 | 0.78 | 0.48 |
| Hex | 1B | 4B | DB | 58 | 42 | 0 | E | E1 | 4E | 30 |
| Octal | 33 | 113 | 333 | 130 | 102 | 0 | 16 | 341 | 116 | 60 |
| Binary | 11011 | 1001011 | 11011011 | 1011000 | 1000010 | 0 | 1110 | 11100001 | 1001110 | 110000 |
Color Harmonies of #1B4BDB
Complementary color
Monochromatic Colors of #1B4BDB
Black with #1B4BDB
Text Example
Text Example
White with #1B4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4BDB; }
p { color: rgb(27,75,219); }
H1.HeaderClassName
{
color: #1B4BDB;
}
.AnyTagClassName
{
color: #1B4BDB;
}
</style>
background-color css
<style>
a { background-color: #1B4BDB; }
a { background-color: rgb(27,75,219); }
div.DivClassName
{
background-color: #1B4BDB;
}
.BgClassName
{
background-color: #1B4BDB;
}
</style>
border-color css
<style>
span { border-color: #1B4BDB; }
span { border-color: rgb(27,75,219); }
td.TdClassName
{
border-color: #1B4BDB;
}
.TagClassName
{
border-color: #1B4BDB;
}
</style>