Shades of Cerulean Blue #1C50DF
Tints of Cerulean Blue #1C50DF
RGB
CMYK
RGB Variations
Color information
#1C50DF (or 0x1C50DF) is known color: Cerulean Blue. HEX triplet: 1C, 50 and DF. RGB value is (28,80,223). Sum of RGB (Red+Green+Blue) = 28+80+223=331 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.46% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C50DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C50DF is #E3AF20. Grayscale: #505050. Windows color (decimal): -14921505 or 14635036. OLE color: 14635036.
HSL color Cylindrical-coordinate representation of color #1C50DF: hue angle of 224º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C50DF is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 80 | 223 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.13 |
| HSL | 224º | 0.78% | 0.49% | - |
| HSV(B) | 224º | 0.87% | 0.87% | - |
| XYZ | 16.67 | 11.31 | 71.12 | - |
| YUV | 80.75 | 208.27 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 80 | 223 | 0.87 | 0.64 | 0 | 0.13 | 224 | 0.78 | 0.49 |
| Hex | 1C | 50 | DF | 57 | 40 | 0 | D | E0 | 4E | 31 |
| Octal | 34 | 120 | 337 | 127 | 100 | 0 | 15 | 340 | 116 | 61 |
| Binary | 11100 | 1010000 | 11011111 | 1010111 | 1000000 | 0 | 1101 | 11100000 | 1001110 | 110001 |
Color Harmonies of #1C50DF
Complementary color
Monochromatic Colors of #1C50DF
Black with #1C50DF
Text Example
Text Example
White with #1C50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C50DF; }
p { color: rgb(28,80,223); }
H1.HeaderClassName
{
color: #1C50DF;
}
.AnyTagClassName
{
color: #1C50DF;
}
</style>
background-color css
<style>
a { background-color: #1C50DF; }
a { background-color: rgb(28,80,223); }
div.DivClassName
{
background-color: #1C50DF;
}
.BgClassName
{
background-color: #1C50DF;
}
</style>
border-color css
<style>
span { border-color: #1C50DF; }
span { border-color: rgb(28,80,223); }
td.TdClassName
{
border-color: #1C50DF;
}
.TagClassName
{
border-color: #1C50DF;
}
</style>