Shades of Cerulean Blue #1748EB
Tints of Cerulean Blue #1748EB
RGB
CMYK
RGB Variations
Color information
#1748EB (or 0x1748EB) is known color: Cerulean Blue. HEX triplet: 17, 48 and EB. RGB value is (23,72,235). Sum of RGB (Red+Green+Blue) = 23+72+235=330 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.97% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #1748EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1748EB is #E8B714. Grayscale: #4B4B4B. Windows color (decimal): -15251221 or 15419415. OLE color: 15419415.
HSL color Cylindrical-coordinate representation of color #1748EB: hue angle of 226.13º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1748EB is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 72 | 235 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.08 |
| HSL | 226.13º | 0.84% | 0.51% | - |
| HSV(B) | 226.13º | 0.9% | 0.92% | - |
| XYZ | 17.67 | 10.82 | 79.75 | - |
| YUV | 75.93 | 217.77 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 235 | 0.90 | 0.69 | 0 | 0.08 | 226.13 | 0.84 | 0.51 |
| Hex | 17 | 48 | EB | 5A | 45 | 0 | 8 | E2 | 54 | 33 |
| Octal | 27 | 110 | 353 | 132 | 105 | 0 | 10 | 342 | 124 | 63 |
| Binary | 10111 | 1001000 | 11101011 | 1011010 | 1000101 | 0 | 1000 | 11100010 | 1010100 | 110011 |
Color Harmonies of #1748EB
Complementary color
Monochromatic Colors of #1748EB
Black with #1748EB
Text Example
Text Example
White with #1748EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1748EB; }
p { color: rgb(23,72,235); }
H1.HeaderClassName
{
color: #1748EB;
}
.AnyTagClassName
{
color: #1748EB;
}
</style>
background-color css
<style>
a { background-color: #1748EB; }
a { background-color: rgb(23,72,235); }
div.DivClassName
{
background-color: #1748EB;
}
.BgClassName
{
background-color: #1748EB;
}
</style>
border-color css
<style>
span { border-color: #1748EB; }
span { border-color: rgb(23,72,235); }
td.TdClassName
{
border-color: #1748EB;
}
.TagClassName
{
border-color: #1748EB;
}
</style>