Shades of Cerulean Blue #1C47D2
Tints of Cerulean Blue #1C47D2
RGB
CMYK
RGB Variations
Color information
#1C47D2 (or 0x1C47D2) is known color: Cerulean Blue. HEX triplet: 1C, 47 and D2. RGB value is (28,71,210). Sum of RGB (Red+Green+Blue) = 28+71+210=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 210 (82.42% from 255 or 67.96% from 309); Max value from RGB is 210 - color contains mainly: blue. Hex color #1C47D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C47D2 is #E3B82D. Grayscale: #494949. Windows color (decimal): -14923822 or 13780764. OLE color: 13780764.
HSL color Cylindrical-coordinate representation of color #1C47D2: hue angle of 225.82º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C47D2 is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 71 | 210 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.18 |
| HSL | 225.82º | 0.76% | 0.47% | - |
| HSV(B) | 225.82º | 0.87% | 0.82% | - |
| XYZ | 14.36 | 9.41 | 62.03 | - |
| YUV | 73.99 | 204.75 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 71 | 210 | 0.87 | 0.66 | 0 | 0.18 | 225.82 | 0.76 | 0.47 |
| Hex | 1C | 47 | D2 | 57 | 42 | 0 | 12 | E2 | 4C | 2F |
| Octal | 34 | 107 | 322 | 127 | 102 | 0 | 22 | 342 | 114 | 57 |
| Binary | 11100 | 1000111 | 11010010 | 1010111 | 1000010 | 0 | 10010 | 11100010 | 1001100 | 101111 |
Color Harmonies of #1C47D2
Complementary color
Monochromatic Colors of #1C47D2
Black with #1C47D2
Text Example
Text Example
White with #1C47D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C47D2; }
p { color: rgb(28,71,210); }
H1.HeaderClassName
{
color: #1C47D2;
}
.AnyTagClassName
{
color: #1C47D2;
}
</style>
background-color css
<style>
a { background-color: #1C47D2; }
a { background-color: rgb(28,71,210); }
div.DivClassName
{
background-color: #1C47D2;
}
.BgClassName
{
background-color: #1C47D2;
}
</style>
border-color css
<style>
span { border-color: #1C47D2; }
span { border-color: rgb(28,71,210); }
td.TdClassName
{
border-color: #1C47D2;
}
.TagClassName
{
border-color: #1C47D2;
}
</style>