Shades of Cerulean Blue #1B4CDA
Tints of Cerulean Blue #1B4CDA
RGB
CMYK
RGB Variations
Color information
#1B4CDA (or 0x1B4CDA) is known color: Cerulean Blue. HEX triplet: 1B, 4C and DA. RGB value is (27,76,218). Sum of RGB (Red+Green+Blue) = 27+76+218=321 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.41% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 218 (85.55% from 255 or 67.91% from 321); Max value from RGB is 218 - color contains mainly: blue. Hex color #1B4CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B4CDA is #E4B325. Grayscale: #4C4C4C. Windows color (decimal): -14988070 or 14306331. OLE color: 14306331.
HSL color Cylindrical-coordinate representation of color #1B4CDA: hue angle of 224.61º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B4CDA is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 76 | 218 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.15 |
| HSL | 224.61º | 0.78% | 0.48% | - |
| HSV(B) | 224.61º | 0.88% | 0.85% | - |
| XYZ | 15.69 | 10.46 | 67.52 | - |
| YUV | 77.54 | 207.27 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 76 | 218 | 0.88 | 0.65 | 0 | 0.15 | 224.61 | 0.78 | 0.48 |
| Hex | 1B | 4C | DA | 58 | 41 | 0 | F | E1 | 4E | 30 |
| Octal | 33 | 114 | 332 | 130 | 101 | 0 | 17 | 341 | 116 | 60 |
| Binary | 11011 | 1001100 | 11011010 | 1011000 | 1000001 | 0 | 1111 | 11100001 | 1001110 | 110000 |
Color Harmonies of #1B4CDA
Complementary color
Monochromatic Colors of #1B4CDA
Black with #1B4CDA
Text Example
Text Example
White with #1B4CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4CDA; }
p { color: rgb(27,76,218); }
H1.HeaderClassName
{
color: #1B4CDA;
}
.AnyTagClassName
{
color: #1B4CDA;
}
</style>
background-color css
<style>
a { background-color: #1B4CDA; }
a { background-color: rgb(27,76,218); }
div.DivClassName
{
background-color: #1B4CDA;
}
.BgClassName
{
background-color: #1B4CDA;
}
</style>
border-color css
<style>
span { border-color: #1B4CDA; }
span { border-color: rgb(27,76,218); }
td.TdClassName
{
border-color: #1B4CDA;
}
.TagClassName
{
border-color: #1B4CDA;
}
</style>