Shades of Cerulean Blue #1748DB
Tints of Cerulean Blue #1748DB
RGB
CMYK
RGB Variations
Color information
#1748DB (or 0x1748DB) is known color: Cerulean Blue. HEX triplet: 17, 48 and DB. RGB value is (23,72,219). Sum of RGB (Red+Green+Blue) = 23+72+219=314 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.32% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #1748DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1748DB is #E8B724. Grayscale: #494949. Windows color (decimal): -15251237 or 14370839. OLE color: 14370839.
HSL color Cylindrical-coordinate representation of color #1748DB: hue angle of 225º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1748DB is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 72 | 219 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.14 |
| HSL | 225º | 0.81% | 0.47% | - |
| HSV(B) | 225º | 0.89% | 0.86% | - |
| XYZ | 15.46 | 9.93 | 68.12 | - |
| YUV | 74.11 | 209.77 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 219 | 0.89 | 0.67 | 0 | 0.14 | 225 | 0.81 | 0.47 |
| Hex | 17 | 48 | DB | 59 | 43 | 0 | E | E1 | 51 | 2F |
| Octal | 27 | 110 | 333 | 131 | 103 | 0 | 16 | 341 | 121 | 57 |
| Binary | 10111 | 1001000 | 11011011 | 1011001 | 1000011 | 0 | 1110 | 11100001 | 1010001 | 101111 |
Color Harmonies of #1748DB
Complementary color
Monochromatic Colors of #1748DB
Black with #1748DB
Text Example
Text Example
White with #1748DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1748DB; }
p { color: rgb(23,72,219); }
H1.HeaderClassName
{
color: #1748DB;
}
.AnyTagClassName
{
color: #1748DB;
}
</style>
background-color css
<style>
a { background-color: #1748DB; }
a { background-color: rgb(23,72,219); }
div.DivClassName
{
background-color: #1748DB;
}
.BgClassName
{
background-color: #1748DB;
}
</style>
border-color css
<style>
span { border-color: #1748DB; }
span { border-color: rgb(23,72,219); }
td.TdClassName
{
border-color: #1748DB;
}
.TagClassName
{
border-color: #1748DB;
}
</style>