Shades of Cerulean Blue #1B48DF
Tints of Cerulean Blue #1B48DF
RGB
CMYK
RGB Variations
Color information
#1B48DF (or 0x1B48DF) is known color: Cerulean Blue. HEX triplet: 1B, 48 and DF. RGB value is (27,72,223). Sum of RGB (Red+Green+Blue) = 27+72+223=322 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.39% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B48DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B48DF is #E4B720. Grayscale: #4B4B4B. Windows color (decimal): -14989089 or 14632987. OLE color: 14632987.
HSL color Cylindrical-coordinate representation of color #1B48DF: hue angle of 226.22º 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 #1B48DF is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 72 | 223 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.13 |
| HSL | 226.22º | 0.78% | 0.49% | - |
| HSV(B) | 226.22º | 0.88% | 0.87% | - |
| XYZ | 16.09 | 10.2 | 70.93 | - |
| YUV | 75.76 | 211.09 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 72 | 223 | 0.88 | 0.68 | 0 | 0.13 | 226.22 | 0.78 | 0.49 |
| Hex | 1B | 48 | DF | 58 | 44 | 0 | D | E2 | 4E | 31 |
| Octal | 33 | 110 | 337 | 130 | 104 | 0 | 15 | 342 | 116 | 61 |
| Binary | 11011 | 1001000 | 11011111 | 1011000 | 1000100 | 0 | 1101 | 11100010 | 1001110 | 110001 |
Color Harmonies of #1B48DF
Complementary color
Monochromatic Colors of #1B48DF
Black with #1B48DF
Text Example
Text Example
White with #1B48DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B48DF; }
p { color: rgb(27,72,223); }
H1.HeaderClassName
{
color: #1B48DF;
}
.AnyTagClassName
{
color: #1B48DF;
}
</style>
background-color css
<style>
a { background-color: #1B48DF; }
a { background-color: rgb(27,72,223); }
div.DivClassName
{
background-color: #1B48DF;
}
.BgClassName
{
background-color: #1B48DF;
}
</style>
border-color css
<style>
span { border-color: #1B48DF; }
span { border-color: rgb(27,72,223); }
td.TdClassName
{
border-color: #1B48DF;
}
.TagClassName
{
border-color: #1B48DF;
}
</style>