Shades of Cerulean Blue #1B55DF
Tints of Cerulean Blue #1B55DF
RGB
CMYK
RGB Variations
Color information
#1B55DF (or 0x1B55DF) is known color: Cerulean Blue. HEX triplet: 1B, 55 and DF. RGB value is (27,85,223). Sum of RGB (Red+Green+Blue) = 27+85+223=335 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.06% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B55DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B55DF is #E4AA20. Grayscale: #525252. Windows color (decimal): -14985761 or 14636315. OLE color: 14636315.
HSL color Cylindrical-coordinate representation of color #1B55DF: hue angle of 222.24º 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 #1B55DF is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 85 | 223 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.13 |
| HSL | 222.24º | 0.78% | 0.49% | - |
| HSV(B) | 222.24º | 0.88% | 0.87% | - |
| XYZ | 17.02 | 12.06 | 71.24 | - |
| YUV | 83.39 | 206.78 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 85 | 223 | 0.88 | 0.62 | 0 | 0.13 | 222.24 | 0.78 | 0.49 |
| Hex | 1B | 55 | DF | 58 | 3E | 0 | D | DE | 4E | 31 |
| Octal | 33 | 125 | 337 | 130 | 76 | 0 | 15 | 336 | 116 | 61 |
| Binary | 11011 | 1010101 | 11011111 | 1011000 | 111110 | 0 | 1101 | 11011110 | 1001110 | 110001 |
Color Harmonies of #1B55DF
Complementary color
Monochromatic Colors of #1B55DF
Black with #1B55DF
Text Example
Text Example
White with #1B55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B55DF; }
p { color: rgb(27,85,223); }
H1.HeaderClassName
{
color: #1B55DF;
}
.AnyTagClassName
{
color: #1B55DF;
}
</style>
background-color css
<style>
a { background-color: #1B55DF; }
a { background-color: rgb(27,85,223); }
div.DivClassName
{
background-color: #1B55DF;
}
.BgClassName
{
background-color: #1B55DF;
}
</style>
border-color css
<style>
span { border-color: #1B55DF; }
span { border-color: rgb(27,85,223); }
td.TdClassName
{
border-color: #1B55DF;
}
.TagClassName
{
border-color: #1B55DF;
}
</style>