Shades of Cerulean Blue #1748ED
Tints of Cerulean Blue #1748ED
RGB
CMYK
RGB Variations
Color information
#1748ED (or 0x1748ED) is known color: Cerulean Blue. HEX triplet: 17, 48 and ED. RGB value is (23,72,237). Sum of RGB (Red+Green+Blue) = 23+72+237=332 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.93% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 237 (92.97% from 255 or 71.39% from 332); Max value from RGB is 237 - color contains mainly: blue. Hex color #1748ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1748ED is #E8B712. Grayscale: #4B4B4B. Windows color (decimal): -15251219 or 15550487. OLE color: 15550487.
HSL color Cylindrical-coordinate representation of color #1748ED: hue angle of 226.26º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1748ED is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 72 | 237 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.07 |
| HSL | 226.26º | 0.86% | 0.51% | - |
| HSV(B) | 226.26º | 0.9% | 0.93% | - |
| XYZ | 17.96 | 10.93 | 81.28 | - |
| YUV | 76.16 | 218.77 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 237 | 0.90 | 0.70 | 0 | 0.07 | 226.26 | 0.86 | 0.51 |
| Hex | 17 | 48 | ED | 5A | 46 | 0 | 7 | E2 | 56 | 33 |
| Octal | 27 | 110 | 355 | 132 | 106 | 0 | 7 | 342 | 126 | 63 |
| Binary | 10111 | 1001000 | 11101101 | 1011010 | 1000110 | 0 | 111 | 11100010 | 1010110 | 110011 |
Color Harmonies of #1748ED
Complementary color
Monochromatic Colors of #1748ED
Black with #1748ED
Text Example
Text Example
White with #1748ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1748ED; }
p { color: rgb(23,72,237); }
H1.HeaderClassName
{
color: #1748ED;
}
.AnyTagClassName
{
color: #1748ED;
}
</style>
background-color css
<style>
a { background-color: #1748ED; }
a { background-color: rgb(23,72,237); }
div.DivClassName
{
background-color: #1748ED;
}
.BgClassName
{
background-color: #1748ED;
}
</style>
border-color css
<style>
span { border-color: #1748ED; }
span { border-color: rgb(23,72,237); }
td.TdClassName
{
border-color: #1748ED;
}
.TagClassName
{
border-color: #1748ED;
}
</style>