Shades of Cerulean Blue #1752E3
Tints of Cerulean Blue #1752E3
RGB
CMYK
RGB Variations
Color information
#1752E3 (or 0x1752E3) is known color: Cerulean Blue. HEX triplet: 17, 52 and E3. RGB value is (23,82,227). Sum of RGB (Red+Green+Blue) = 23+82+227=332 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.93% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 227 (89.06% from 255 or 68.37% from 332); Max value from RGB is 227 - color contains mainly: blue. Hex color #1752E3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1752E3 is #E8AD1C. Grayscale: #505050. Windows color (decimal): -15248669 or 14897687. OLE color: 14897687.
HSL color Cylindrical-coordinate representation of color #1752E3: hue angle of 222.65º 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 #1752E3 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 82 | 227 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.11 |
| HSL | 222.65º | 0.82% | 0.49% | - |
| HSV(B) | 222.65º | 0.9% | 0.89% | - |
| XYZ | 17.24 | 11.76 | 74.04 | - |
| YUV | 80.89 | 210.45 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 227 | 0.90 | 0.64 | 0 | 0.11 | 222.65 | 0.82 | 0.49 |
| Hex | 17 | 52 | E3 | 5A | 40 | 0 | B | DF | 52 | 31 |
| Octal | 27 | 122 | 343 | 132 | 100 | 0 | 13 | 337 | 122 | 61 |
| Binary | 10111 | 1010010 | 11100011 | 1011010 | 1000000 | 0 | 1011 | 11011111 | 1010010 | 110001 |
Color Harmonies of #1752E3
Complementary color
Monochromatic Colors of #1752E3
Black with #1752E3
Text Example
Text Example
White with #1752E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1752E3; }
p { color: rgb(23,82,227); }
H1.HeaderClassName
{
color: #1752E3;
}
.AnyTagClassName
{
color: #1752E3;
}
</style>
background-color css
<style>
a { background-color: #1752E3; }
a { background-color: rgb(23,82,227); }
div.DivClassName
{
background-color: #1752E3;
}
.BgClassName
{
background-color: #1752E3;
}
</style>
border-color css
<style>
span { border-color: #1752E3; }
span { border-color: rgb(23,82,227); }
td.TdClassName
{
border-color: #1752E3;
}
.TagClassName
{
border-color: #1752E3;
}
</style>