Shades of Cerulean Blue #1C49DF
Tints of Cerulean Blue #1C49DF
RGB
CMYK
RGB Variations
Color information
#1C49DF (or 0x1C49DF) is known color: Cerulean Blue. HEX triplet: 1C, 49 and DF. RGB value is (28,73,223). Sum of RGB (Red+Green+Blue) = 28+73+223=324 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.64% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C49DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C49DF is #E3B620. Grayscale: #4C4C4C. Windows color (decimal): -14923297 or 14633244. OLE color: 14633244.
HSL color Cylindrical-coordinate representation of color #1C49DF: hue angle of 226.15º 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 #1C49DF is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 73 | 223 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.13 |
| HSL | 226.15º | 0.78% | 0.49% | - |
| HSV(B) | 226.15º | 0.87% | 0.87% | - |
| XYZ | 16.18 | 10.34 | 70.95 | - |
| YUV | 76.65 | 210.59 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 223 | 0.87 | 0.67 | 0 | 0.13 | 226.15 | 0.78 | 0.49 |
| Hex | 1C | 49 | DF | 57 | 43 | 0 | D | E2 | 4E | 31 |
| Octal | 34 | 111 | 337 | 127 | 103 | 0 | 15 | 342 | 116 | 61 |
| Binary | 11100 | 1001001 | 11011111 | 1010111 | 1000011 | 0 | 1101 | 11100010 | 1001110 | 110001 |
Color Harmonies of #1C49DF
Complementary color
Monochromatic Colors of #1C49DF
Black with #1C49DF
Text Example
Text Example
White with #1C49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C49DF; }
p { color: rgb(28,73,223); }
H1.HeaderClassName
{
color: #1C49DF;
}
.AnyTagClassName
{
color: #1C49DF;
}
</style>
background-color css
<style>
a { background-color: #1C49DF; }
a { background-color: rgb(28,73,223); }
div.DivClassName
{
background-color: #1C49DF;
}
.BgClassName
{
background-color: #1C49DF;
}
</style>
border-color css
<style>
span { border-color: #1C49DF; }
span { border-color: rgb(28,73,223); }
td.TdClassName
{
border-color: #1C49DF;
}
.TagClassName
{
border-color: #1C49DF;
}
</style>