Shades of Cerulean Blue #1C48CC
Tints of Cerulean Blue #1C48CC
RGB
CMYK
RGB Variations
Color information
#1C48CC (or 0x1C48CC) is known color: Cerulean Blue. HEX triplet: 1C, 48 and CC. RGB value is (28,72,204). Sum of RGB (Red+Green+Blue) = 28+72+204=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C48CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C48CC is #E3B733. Grayscale: #494949. Windows color (decimal): -14923572 or 13387804. OLE color: 13387804.
HSL color Cylindrical-coordinate representation of color #1C48CC: hue angle of 225º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C48CC is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 72 | 204 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.2 |
| HSL | 225º | 0.76% | 0.45% | - |
| HSV(B) | 225º | 0.86% | 0.8% | - |
| XYZ | 13.7 | 9.24 | 58.19 | - |
| YUV | 73.89 | 201.42 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 72 | 204 | 0.86 | 0.65 | 0 | 0.2 | 225 | 0.76 | 0.45 |
| Hex | 1C | 48 | CC | 56 | 41 | 0 | 14 | E1 | 4C | 2D |
| Octal | 34 | 110 | 314 | 126 | 101 | 0 | 24 | 341 | 114 | 55 |
| Binary | 11100 | 1001000 | 11001100 | 1010110 | 1000001 | 0 | 10100 | 11100001 | 1001100 | 101101 |
Color Harmonies of #1C48CC
Complementary color
Monochromatic Colors of #1C48CC
Black with #1C48CC
Text Example
Text Example
White with #1C48CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C48CC; }
p { color: rgb(28,72,204); }
H1.HeaderClassName
{
color: #1C48CC;
}
.AnyTagClassName
{
color: #1C48CC;
}
</style>
background-color css
<style>
a { background-color: #1C48CC; }
a { background-color: rgb(28,72,204); }
div.DivClassName
{
background-color: #1C48CC;
}
.BgClassName
{
background-color: #1C48CC;
}
</style>
border-color css
<style>
span { border-color: #1C48CC; }
span { border-color: rgb(28,72,204); }
td.TdClassName
{
border-color: #1C48CC;
}
.TagClassName
{
border-color: #1C48CC;
}
</style>