Shades of Cerulean Blue #1C48DF
Tints of Cerulean Blue #1C48DF
RGB
CMYK
RGB Variations
Color information
#1C48DF (or 0x1C48DF) is known color: Cerulean Blue. HEX triplet: 1C, 48 and DF. RGB value is (28,72,223). Sum of RGB (Red+Green+Blue) = 28+72+223=323 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.67% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C48DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C48DF is #E3B720. Grayscale: #4B4B4B. Windows color (decimal): -14923553 or 14632988. OLE color: 14632988.
HSL color Cylindrical-coordinate representation of color #1C48DF: hue angle of 226.46º 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 #1C48DF is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 72 | 223 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.13 |
| HSL | 226.46º | 0.78% | 0.49% | - |
| HSV(B) | 226.46º | 0.87% | 0.87% | - |
| XYZ | 16.12 | 10.21 | 70.93 | - |
| YUV | 76.06 | 210.92 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 72 | 223 | 0.87 | 0.68 | 0 | 0.13 | 226.46 | 0.78 | 0.49 |
| Hex | 1C | 48 | DF | 57 | 44 | 0 | D | E2 | 4E | 31 |
| Octal | 34 | 110 | 337 | 127 | 104 | 0 | 15 | 342 | 116 | 61 |
| Binary | 11100 | 1001000 | 11011111 | 1010111 | 1000100 | 0 | 1101 | 11100010 | 1001110 | 110001 |
Color Harmonies of #1C48DF
Complementary color
Monochromatic Colors of #1C48DF
Black with #1C48DF
Text Example
Text Example
White with #1C48DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C48DF; }
p { color: rgb(28,72,223); }
H1.HeaderClassName
{
color: #1C48DF;
}
.AnyTagClassName
{
color: #1C48DF;
}
</style>
background-color css
<style>
a { background-color: #1C48DF; }
a { background-color: rgb(28,72,223); }
div.DivClassName
{
background-color: #1C48DF;
}
.BgClassName
{
background-color: #1C48DF;
}
</style>
border-color css
<style>
span { border-color: #1C48DF; }
span { border-color: rgb(28,72,223); }
td.TdClassName
{
border-color: #1C48DF;
}
.TagClassName
{
border-color: #1C48DF;
}
</style>