Shades of Cerulean Blue #1750E4
Tints of Cerulean Blue #1750E4
RGB
CMYK
RGB Variations
Color information
#1750E4 (or 0x1750E4) is known color: Cerulean Blue. HEX triplet: 17, 50 and E4. RGB value is (23,80,228). Sum of RGB (Red+Green+Blue) = 23+80+228=331 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.95% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 228 (89.45% from 255 or 68.88% from 331); Max value from RGB is 228 - color contains mainly: blue. Hex color #1750E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1750E4 is #E8AF1B. Grayscale: #4F4F4F. Windows color (decimal): -15249180 or 14962711. OLE color: 14962711.
HSL color Cylindrical-coordinate representation of color #1750E4: hue angle of 223.32º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1750E4 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 80 | 228 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.11 |
| HSL | 223.32º | 0.82% | 0.49% | - |
| HSV(B) | 223.32º | 0.9% | 0.89% | - |
| XYZ | 17.23 | 11.52 | 74.71 | - |
| YUV | 79.83 | 211.62 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 228 | 0.90 | 0.65 | 0 | 0.11 | 223.32 | 0.82 | 0.49 |
| Hex | 17 | 50 | E4 | 5A | 41 | 0 | B | DF | 52 | 31 |
| Octal | 27 | 120 | 344 | 132 | 101 | 0 | 13 | 337 | 122 | 61 |
| Binary | 10111 | 1010000 | 11100100 | 1011010 | 1000001 | 0 | 1011 | 11011111 | 1010010 | 110001 |
Color Harmonies of #1750E4
Complementary color
Monochromatic Colors of #1750E4
Black with #1750E4
Text Example
Text Example
White with #1750E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1750E4; }
p { color: rgb(23,80,228); }
H1.HeaderClassName
{
color: #1750E4;
}
.AnyTagClassName
{
color: #1750E4;
}
</style>
background-color css
<style>
a { background-color: #1750E4; }
a { background-color: rgb(23,80,228); }
div.DivClassName
{
background-color: #1750E4;
}
.BgClassName
{
background-color: #1750E4;
}
</style>
border-color css
<style>
span { border-color: #1750E4; }
span { border-color: rgb(23,80,228); }
td.TdClassName
{
border-color: #1750E4;
}
.TagClassName
{
border-color: #1750E4;
}
</style>