Shades of Cerulean Blue #1B58DF
Tints of Cerulean Blue #1B58DF
RGB
CMYK
RGB Variations
Color information
#1B58DF (or 0x1B58DF) is known color: Cerulean Blue. HEX triplet: 1B, 58 and DF. RGB value is (27,88,223). Sum of RGB (Red+Green+Blue) = 27+88+223=338 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.99% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B58DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B58DF is #E4A720. Grayscale: #545454. Windows color (decimal): -14984993 or 14637083. OLE color: 14637083.
HSL color Cylindrical-coordinate representation of color #1B58DF: hue angle of 221.33º 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 #1B58DF is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 88 | 223 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.13 |
| HSL | 221.33º | 0.78% | 0.49% | - |
| HSV(B) | 221.33º | 0.88% | 0.87% | - |
| XYZ | 17.26 | 12.54 | 71.32 | - |
| YUV | 85.15 | 205.79 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 88 | 223 | 0.88 | 0.61 | 0 | 0.13 | 221.33 | 0.78 | 0.49 |
| Hex | 1B | 58 | DF | 58 | 3D | 0 | D | DD | 4E | 31 |
| Octal | 33 | 130 | 337 | 130 | 75 | 0 | 15 | 335 | 116 | 61 |
| Binary | 11011 | 1011000 | 11011111 | 1011000 | 111101 | 0 | 1101 | 11011101 | 1001110 | 110001 |
Color Harmonies of #1B58DF
Complementary color
Monochromatic Colors of #1B58DF
Black with #1B58DF
Text Example
Text Example
White with #1B58DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B58DF; }
p { color: rgb(27,88,223); }
H1.HeaderClassName
{
color: #1B58DF;
}
.AnyTagClassName
{
color: #1B58DF;
}
</style>
background-color css
<style>
a { background-color: #1B58DF; }
a { background-color: rgb(27,88,223); }
div.DivClassName
{
background-color: #1B58DF;
}
.BgClassName
{
background-color: #1B58DF;
}
</style>
border-color css
<style>
span { border-color: #1B58DF; }
span { border-color: rgb(27,88,223); }
td.TdClassName
{
border-color: #1B58DF;
}
.TagClassName
{
border-color: #1B58DF;
}
</style>