Shades of Cerulean Blue #1748F1
Tints of Cerulean Blue #1748F1
RGB
CMYK
RGB Variations
Color information
#1748F1 (or 0x1748F1) is known color: Cerulean Blue. HEX triplet: 17, 48 and F1. RGB value is (23,72,241). Sum of RGB (Red+Green+Blue) = 23+72+241=336 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.85% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 241 (94.53% from 255 or 71.73% from 336); Max value from RGB is 241 - color contains mainly: blue. Hex color #1748F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1748F1 is #E8B70E. Grayscale: #4B4B4B. Windows color (decimal): -15251215 or 15812631. OLE color: 15812631.
HSL color Cylindrical-coordinate representation of color #1748F1: hue angle of 226.51º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1748F1 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 72 | 241 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.05 |
| HSL | 226.51º | 0.89% | 0.52% | - |
| HSV(B) | 226.51º | 0.9% | 0.95% | - |
| XYZ | 18.55 | 11.17 | 84.4 | - |
| YUV | 76.62 | 220.77 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 241 | 0.90 | 0.70 | 0 | 0.05 | 226.51 | 0.89 | 0.52 |
| Hex | 17 | 48 | F1 | 5A | 46 | 0 | 5 | E3 | 59 | 34 |
| Octal | 27 | 110 | 361 | 132 | 106 | 0 | 5 | 343 | 131 | 64 |
| Binary | 10111 | 1001000 | 11110001 | 1011010 | 1000110 | 0 | 101 | 11100011 | 1011001 | 110100 |
Color Harmonies of #1748F1
Complementary color
Monochromatic Colors of #1748F1
Black with #1748F1
Text Example
Text Example
White with #1748F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1748F1; }
p { color: rgb(23,72,241); }
H1.HeaderClassName
{
color: #1748F1;
}
.AnyTagClassName
{
color: #1748F1;
}
</style>
background-color css
<style>
a { background-color: #1748F1; }
a { background-color: rgb(23,72,241); }
div.DivClassName
{
background-color: #1748F1;
}
.BgClassName
{
background-color: #1748F1;
}
</style>
border-color css
<style>
span { border-color: #1748F1; }
span { border-color: rgb(23,72,241); }
td.TdClassName
{
border-color: #1748F1;
}
.TagClassName
{
border-color: #1748F1;
}
</style>