Shades of Cerulean Blue #1748DD
Tints of Cerulean Blue #1748DD
RGB
CMYK
RGB Variations
Color information
#1748DD (or 0x1748DD) is known color: Cerulean Blue. HEX triplet: 17, 48 and DD. RGB value is (23,72,221). Sum of RGB (Red+Green+Blue) = 23+72+221=316 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.28% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #1748DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1748DD is #E8B722. Grayscale: #494949. Windows color (decimal): -15251235 or 14501911. OLE color: 14501911.
HSL color Cylindrical-coordinate representation of color #1748DD: hue angle of 225.15º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1748DD is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 72 | 221 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.13 |
| HSL | 225.15º | 0.81% | 0.48% | - |
| HSV(B) | 225.15º | 0.9% | 0.87% | - |
| XYZ | 15.72 | 10.04 | 69.52 | - |
| YUV | 74.34 | 210.77 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 221 | 0.90 | 0.67 | 0 | 0.13 | 225.15 | 0.81 | 0.48 |
| Hex | 17 | 48 | DD | 5A | 43 | 0 | D | E1 | 51 | 30 |
| Octal | 27 | 110 | 335 | 132 | 103 | 0 | 15 | 341 | 121 | 60 |
| Binary | 10111 | 1001000 | 11011101 | 1011010 | 1000011 | 0 | 1101 | 11100001 | 1010001 | 110000 |
Color Harmonies of #1748DD
Complementary color
Monochromatic Colors of #1748DD
Black with #1748DD
Text Example
Text Example
White with #1748DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1748DD; }
p { color: rgb(23,72,221); }
H1.HeaderClassName
{
color: #1748DD;
}
.AnyTagClassName
{
color: #1748DD;
}
</style>
background-color css
<style>
a { background-color: #1748DD; }
a { background-color: rgb(23,72,221); }
div.DivClassName
{
background-color: #1748DD;
}
.BgClassName
{
background-color: #1748DD;
}
</style>
border-color css
<style>
span { border-color: #1748DD; }
span { border-color: rgb(23,72,221); }
td.TdClassName
{
border-color: #1748DD;
}
.TagClassName
{
border-color: #1748DD;
}
</style>