Shades of Cerulean Blue #1750E6
Tints of Cerulean Blue #1750E6
RGB
CMYK
RGB Variations
Color information
#1750E6 (or 0x1750E6) is known color: Cerulean Blue. HEX triplet: 17, 50 and E6. RGB value is (23,80,230). Sum of RGB (Red+Green+Blue) = 23+80+230=333 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.91% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 230 (90.23% from 255 or 69.07% from 333); Max value from RGB is 230 - color contains mainly: blue. Hex color #1750E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1750E6 is #E8AF19. Grayscale: #4F4F4F. Windows color (decimal): -15249178 or 15093783. OLE color: 15093783.
HSL color Cylindrical-coordinate representation of color #1750E6: hue angle of 223.48º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1750E6 is Cyan = 0.9, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 80 | 230 | - |
| CMYK | 0.9 | 0.65 | 0 | 0.10 |
| HSL | 223.48º | 0.82% | 0.5% | - |
| HSV(B) | 223.48º | 0.9% | 0.9% | - |
| XYZ | 17.5 | 11.63 | 76.19 | - |
| YUV | 80.06 | 212.62 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 230 | 0.9 | 0.65 | 0 | 0.10 | 223.48 | 0.82 | 0.5 |
| Hex | 17 | 50 | E6 | 5A | 41 | 0 | A | DF | 52 | 32 |
| Octal | 27 | 120 | 346 | 132 | 101 | 0 | 12 | 337 | 122 | 62 |
| Binary | 10111 | 1010000 | 11100110 | 1011010 | 1000001 | 0 | 1010 | 11011111 | 1010010 | 110010 |
Color Harmonies of #1750E6
Complementary color
Monochromatic Colors of #1750E6
Black with #1750E6
Text Example
Text Example
White with #1750E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1750E6; }
p { color: rgb(23,80,230); }
H1.HeaderClassName
{
color: #1750E6;
}
.AnyTagClassName
{
color: #1750E6;
}
</style>
background-color css
<style>
a { background-color: #1750E6; }
a { background-color: rgb(23,80,230); }
div.DivClassName
{
background-color: #1750E6;
}
.BgClassName
{
background-color: #1750E6;
}
</style>
border-color css
<style>
span { border-color: #1750E6; }
span { border-color: rgb(23,80,230); }
td.TdClassName
{
border-color: #1750E6;
}
.TagClassName
{
border-color: #1750E6;
}
</style>