Shades of Cerulean Blue #1B4BDD
Tints of Cerulean Blue #1B4BDD
RGB
CMYK
RGB Variations
Color information
#1B4BDD (or 0x1B4BDD) is known color: Cerulean Blue. HEX triplet: 1B, 4B and DD. RGB value is (27,75,221). Sum of RGB (Red+Green+Blue) = 27+75+221=323 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.36% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B4BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B4BDD is #E4B422. Grayscale: #4C4C4C. Windows color (decimal): -14988323 or 14502683. OLE color: 14502683.
HSL color Cylindrical-coordinate representation of color #1B4BDD: hue angle of 225.15º 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 #1B4BDD is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 75 | 221 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.13 |
| HSL | 225.15º | 0.78% | 0.49% | - |
| HSV(B) | 225.15º | 0.88% | 0.87% | - |
| XYZ | 16.02 | 10.49 | 69.59 | - |
| YUV | 77.29 | 209.1 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 75 | 221 | 0.88 | 0.66 | 0 | 0.13 | 225.15 | 0.78 | 0.49 |
| Hex | 1B | 4B | DD | 58 | 42 | 0 | D | E1 | 4E | 31 |
| Octal | 33 | 113 | 335 | 130 | 102 | 0 | 15 | 341 | 116 | 61 |
| Binary | 11011 | 1001011 | 11011101 | 1011000 | 1000010 | 0 | 1101 | 11100001 | 1001110 | 110001 |
Color Harmonies of #1B4BDD
Complementary color
Monochromatic Colors of #1B4BDD
Black with #1B4BDD
Text Example
Text Example
White with #1B4BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4BDD; }
p { color: rgb(27,75,221); }
H1.HeaderClassName
{
color: #1B4BDD;
}
.AnyTagClassName
{
color: #1B4BDD;
}
</style>
background-color css
<style>
a { background-color: #1B4BDD; }
a { background-color: rgb(27,75,221); }
div.DivClassName
{
background-color: #1B4BDD;
}
.BgClassName
{
background-color: #1B4BDD;
}
</style>
border-color css
<style>
span { border-color: #1B4BDD; }
span { border-color: rgb(27,75,221); }
td.TdClassName
{
border-color: #1B4BDD;
}
.TagClassName
{
border-color: #1B4BDD;
}
</style>