Shades of Cerulean Blue #1B4FDF
Tints of Cerulean Blue #1B4FDF
RGB
CMYK
RGB Variations
Color information
#1B4FDF (or 0x1B4FDF) is known color: Cerulean Blue. HEX triplet: 1B, 4F and DF. RGB value is (27,79,223). Sum of RGB (Red+Green+Blue) = 27+79+223=329 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.21% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B4FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4FDF is #E4B020. Grayscale: #4F4F4F. Windows color (decimal): -14987297 or 14634779. OLE color: 14634779.
HSL color Cylindrical-coordinate representation of color #1B4FDF: hue angle of 224.08º 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 #1B4FDF is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 79 | 223 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.13 |
| HSL | 224.08º | 0.78% | 0.49% | - |
| HSV(B) | 224.08º | 0.88% | 0.87% | - |
| XYZ | 16.57 | 11.15 | 71.09 | - |
| YUV | 79.87 | 208.77 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 79 | 223 | 0.88 | 0.65 | 0 | 0.13 | 224.08 | 0.78 | 0.49 |
| Hex | 1B | 4F | DF | 58 | 41 | 0 | D | E0 | 4E | 31 |
| Octal | 33 | 117 | 337 | 130 | 101 | 0 | 15 | 340 | 116 | 61 |
| Binary | 11011 | 1001111 | 11011111 | 1011000 | 1000001 | 0 | 1101 | 11100000 | 1001110 | 110001 |
Color Harmonies of #1B4FDF
Complementary color
Monochromatic Colors of #1B4FDF
Black with #1B4FDF
Text Example
Text Example
White with #1B4FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4FDF; }
p { color: rgb(27,79,223); }
H1.HeaderClassName
{
color: #1B4FDF;
}
.AnyTagClassName
{
color: #1B4FDF;
}
</style>
background-color css
<style>
a { background-color: #1B4FDF; }
a { background-color: rgb(27,79,223); }
div.DivClassName
{
background-color: #1B4FDF;
}
.BgClassName
{
background-color: #1B4FDF;
}
</style>
border-color css
<style>
span { border-color: #1B4FDF; }
span { border-color: rgb(27,79,223); }
td.TdClassName
{
border-color: #1B4FDF;
}
.TagClassName
{
border-color: #1B4FDF;
}
</style>