Shades of Cerulean Blue #1B4AD7
Tints of Cerulean Blue #1B4AD7
RGB
CMYK
RGB Variations
Color information
#1B4AD7 (or 0x1B4AD7) is known color: Cerulean Blue. HEX triplet: 1B, 4A and D7. RGB value is (27,74,215). Sum of RGB (Red+Green+Blue) = 27+74+215=316 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.54% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 215 (84.38% from 255 or 68.04% from 316); Max value from RGB is 215 - color contains mainly: blue. Hex color #1B4AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B4AD7 is #E4B528. Grayscale: #4B4B4B. Windows color (decimal): -14988585 or 14109211. OLE color: 14109211.
HSL color Cylindrical-coordinate representation of color #1B4AD7: hue angle of 225º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B4AD7 is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 74 | 215 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.16 |
| HSL | 225º | 0.78% | 0.47% | - |
| HSV(B) | 225º | 0.87% | 0.84% | - |
| XYZ | 15.17 | 10.04 | 65.43 | - |
| YUV | 76.02 | 206.43 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 74 | 215 | 0.87 | 0.66 | 0 | 0.16 | 225 | 0.78 | 0.47 |
| Hex | 1B | 4A | D7 | 57 | 42 | 0 | 10 | E1 | 4E | 2F |
| Octal | 33 | 112 | 327 | 127 | 102 | 0 | 20 | 341 | 116 | 57 |
| Binary | 11011 | 1001010 | 11010111 | 1010111 | 1000010 | 0 | 10000 | 11100001 | 1001110 | 101111 |
Color Harmonies of #1B4AD7
Complementary color
Monochromatic Colors of #1B4AD7
Black with #1B4AD7
Text Example
Text Example
White with #1B4AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4AD7; }
p { color: rgb(27,74,215); }
H1.HeaderClassName
{
color: #1B4AD7;
}
.AnyTagClassName
{
color: #1B4AD7;
}
</style>
background-color css
<style>
a { background-color: #1B4AD7; }
a { background-color: rgb(27,74,215); }
div.DivClassName
{
background-color: #1B4AD7;
}
.BgClassName
{
background-color: #1B4AD7;
}
</style>
border-color css
<style>
span { border-color: #1B4AD7; }
span { border-color: rgb(27,74,215); }
td.TdClassName
{
border-color: #1B4AD7;
}
.TagClassName
{
border-color: #1B4AD7;
}
</style>