Shades of Cerulean Blue #1D48CE
Tints of Cerulean Blue #1D48CE
RGB
CMYK
RGB Variations
Color information
#1D48CE (or 0x1D48CE) is known color: Cerulean Blue. HEX triplet: 1D, 48 and CE. RGB value is (29,72,206). Sum of RGB (Red+Green+Blue) = 29+72+206=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D48CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D48CE is #E2B731. Grayscale: #494949. Windows color (decimal): -14858034 or 13518877. OLE color: 13518877.
HSL color Cylindrical-coordinate representation of color #1D48CE: hue angle of 225.42º degrees, saturation: 0.75, 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 #1D48CE is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 72 | 206 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.19 |
| HSL | 225.42º | 0.75% | 0.46% | - |
| HSV(B) | 225.42º | 0.86% | 0.81% | - |
| XYZ | 13.96 | 9.35 | 59.46 | - |
| YUV | 74.42 | 202.25 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 72 | 206 | 0.86 | 0.65 | 0 | 0.19 | 225.42 | 0.75 | 0.46 |
| Hex | 1D | 48 | CE | 56 | 41 | 0 | 13 | E1 | 4B | 2E |
| Octal | 35 | 110 | 316 | 126 | 101 | 0 | 23 | 341 | 113 | 56 |
| Binary | 11101 | 1001000 | 11001110 | 1010110 | 1000001 | 0 | 10011 | 11100001 | 1001011 | 101110 |
Color Harmonies of #1D48CE
Complementary color
Monochromatic Colors of #1D48CE
Black with #1D48CE
Text Example
Text Example
White with #1D48CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D48CE; }
p { color: rgb(29,72,206); }
H1.HeaderClassName
{
color: #1D48CE;
}
.AnyTagClassName
{
color: #1D48CE;
}
</style>
background-color css
<style>
a { background-color: #1D48CE; }
a { background-color: rgb(29,72,206); }
div.DivClassName
{
background-color: #1D48CE;
}
.BgClassName
{
background-color: #1D48CE;
}
</style>
border-color css
<style>
span { border-color: #1D48CE; }
span { border-color: rgb(29,72,206); }
td.TdClassName
{
border-color: #1D48CE;
}
.TagClassName
{
border-color: #1D48CE;
}
</style>