Shades of Cerulean Blue #1C49CA
Tints of Cerulean Blue #1C49CA
RGB
CMYK
RGB Variations
Color information
#1C49CA (or 0x1C49CA) is known color: Cerulean Blue. HEX triplet: 1C, 49 and CA. RGB value is (28,73,202). Sum of RGB (Red+Green+Blue) = 28+73+202=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C49CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C49CA is #E3B635. Grayscale: #494949. Windows color (decimal): -14923318 or 13256988. OLE color: 13256988.
HSL color Cylindrical-coordinate representation of color #1C49CA: hue angle of 224.48º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C49CA is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 73 | 202 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.21 |
| HSL | 224.48º | 0.76% | 0.45% | - |
| HSV(B) | 224.48º | 0.86% | 0.79% | - |
| XYZ | 13.52 | 9.28 | 56.95 | - |
| YUV | 74.25 | 200.09 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 202 | 0.86 | 0.64 | 0 | 0.21 | 224.48 | 0.76 | 0.45 |
| Hex | 1C | 49 | CA | 56 | 40 | 0 | 15 | E0 | 4C | 2D |
| Octal | 34 | 111 | 312 | 126 | 100 | 0 | 25 | 340 | 114 | 55 |
| Binary | 11100 | 1001001 | 11001010 | 1010110 | 1000000 | 0 | 10101 | 11100000 | 1001100 | 101101 |
Color Harmonies of #1C49CA
Complementary color
Monochromatic Colors of #1C49CA
Black with #1C49CA
Text Example
Text Example
White with #1C49CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C49CA; }
p { color: rgb(28,73,202); }
H1.HeaderClassName
{
color: #1C49CA;
}
.AnyTagClassName
{
color: #1C49CA;
}
</style>
background-color css
<style>
a { background-color: #1C49CA; }
a { background-color: rgb(28,73,202); }
div.DivClassName
{
background-color: #1C49CA;
}
.BgClassName
{
background-color: #1C49CA;
}
</style>
border-color css
<style>
span { border-color: #1C49CA; }
span { border-color: rgb(28,73,202); }
td.TdClassName
{
border-color: #1C49CA;
}
.TagClassName
{
border-color: #1C49CA;
}
</style>