Shades of Cerulean Blue #1C47CF
Tints of Cerulean Blue #1C47CF
RGB
CMYK
RGB Variations
Color information
#1C47CF (or 0x1C47CF) is known color: Cerulean Blue. HEX triplet: 1C, 47 and CF. RGB value is (28,71,207). Sum of RGB (Red+Green+Blue) = 28+71+207=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C47CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C47CF is #E3B830. Grayscale: #494949. Windows color (decimal): -14923825 or 13584156. OLE color: 13584156.
HSL color Cylindrical-coordinate representation of color #1C47CF: hue angle of 225.59º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C47CF is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 71 | 207 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.19 |
| HSL | 225.59º | 0.76% | 0.46% | - |
| HSV(B) | 225.59º | 0.86% | 0.81% | - |
| XYZ | 13.99 | 9.26 | 60.08 | - |
| YUV | 73.65 | 203.25 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 71 | 207 | 0.86 | 0.66 | 0 | 0.19 | 225.59 | 0.76 | 0.46 |
| Hex | 1C | 47 | CF | 56 | 42 | 0 | 13 | E2 | 4C | 2E |
| Octal | 34 | 107 | 317 | 126 | 102 | 0 | 23 | 342 | 114 | 56 |
| Binary | 11100 | 1000111 | 11001111 | 1010110 | 1000010 | 0 | 10011 | 11100010 | 1001100 | 101110 |
Color Harmonies of #1C47CF
Complementary color
Monochromatic Colors of #1C47CF
Black with #1C47CF
Text Example
Text Example
White with #1C47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C47CF; }
p { color: rgb(28,71,207); }
H1.HeaderClassName
{
color: #1C47CF;
}
.AnyTagClassName
{
color: #1C47CF;
}
</style>
background-color css
<style>
a { background-color: #1C47CF; }
a { background-color: rgb(28,71,207); }
div.DivClassName
{
background-color: #1C47CF;
}
.BgClassName
{
background-color: #1C47CF;
}
</style>
border-color css
<style>
span { border-color: #1C47CF; }
span { border-color: rgb(28,71,207); }
td.TdClassName
{
border-color: #1C47CF;
}
.TagClassName
{
border-color: #1C47CF;
}
</style>