Shades of Cerulean Blue #1B4FBD
Tints of Cerulean Blue #1B4FBD
RGB
CMYK
RGB Variations
Color information
#1B4FBD (or 0x1B4FBD) is known color: Cerulean Blue. HEX triplet: 1B, 4F and BD. RGB value is (27,79,189). Sum of RGB (Red+Green+Blue) = 27+79+189=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B4FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4FBD is #E4B042. Grayscale: #4B4B4B. Windows color (decimal): -14987331 or 12406555. OLE color: 12406555.
HSL color Cylindrical-coordinate representation of color #1B4FBD: hue angle of 220.74º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B4FBD is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 79 | 189 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.26 |
| HSL | 220.74º | 0.75% | 0.42% | - |
| HSV(B) | 220.74º | 0.86% | 0.74% | - |
| XYZ | 12.43 | 9.5 | 49.32 | - |
| YUV | 75.99 | 191.77 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 79 | 189 | 0.86 | 0.58 | 0 | 0.26 | 220.74 | 0.75 | 0.42 |
| Hex | 1B | 4F | BD | 56 | 3A | 0 | 1A | DD | 4B | 2A |
| Octal | 33 | 117 | 275 | 126 | 72 | 0 | 32 | 335 | 113 | 52 |
| Binary | 11011 | 1001111 | 10111101 | 1010110 | 111010 | 0 | 11010 | 11011101 | 1001011 | 101010 |
Color Harmonies of #1B4FBD
Complementary color
Monochromatic Colors of #1B4FBD
Black with #1B4FBD
Text Example
Text Example
White with #1B4FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4FBD; }
p { color: rgb(27,79,189); }
H1.HeaderClassName
{
color: #1B4FBD;
}
.AnyTagClassName
{
color: #1B4FBD;
}
</style>
background-color css
<style>
a { background-color: #1B4FBD; }
a { background-color: rgb(27,79,189); }
div.DivClassName
{
background-color: #1B4FBD;
}
.BgClassName
{
background-color: #1B4FBD;
}
</style>
border-color css
<style>
span { border-color: #1B4FBD; }
span { border-color: rgb(27,79,189); }
td.TdClassName
{
border-color: #1B4FBD;
}
.TagClassName
{
border-color: #1B4FBD;
}
</style>