Shades of Cerulean Blue #1752E2
Tints of Cerulean Blue #1752E2
RGB
CMYK
RGB Variations
Color information
#1752E2 (or 0x1752E2) is known color: Cerulean Blue. HEX triplet: 17, 52 and E2. RGB value is (23,82,226). Sum of RGB (Red+Green+Blue) = 23+82+226=331 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.95% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 226 (88.67% from 255 or 68.28% from 331); Max value from RGB is 226 - color contains mainly: blue. Hex color #1752E2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1752E2 is #E8AD1D. Grayscale: #505050. Windows color (decimal): -15248670 or 14832151. OLE color: 14832151.
HSL color Cylindrical-coordinate representation of color #1752E2: hue angle of 222.56º 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 #1752E2 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 82 | 226 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.11 |
| HSL | 222.56º | 0.82% | 0.49% | - |
| HSV(B) | 222.56º | 0.9% | 0.89% | - |
| XYZ | 17.1 | 11.71 | 73.31 | - |
| YUV | 80.78 | 209.95 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 226 | 0.90 | 0.64 | 0 | 0.11 | 222.56 | 0.82 | 0.49 |
| Hex | 17 | 52 | E2 | 5A | 40 | 0 | B | DF | 52 | 31 |
| Octal | 27 | 122 | 342 | 132 | 100 | 0 | 13 | 337 | 122 | 61 |
| Binary | 10111 | 1010010 | 11100010 | 1011010 | 1000000 | 0 | 1011 | 11011111 | 1010010 | 110001 |
Color Harmonies of #1752E2
Complementary color
Monochromatic Colors of #1752E2
Black with #1752E2
Text Example
Text Example
White with #1752E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1752E2; }
p { color: rgb(23,82,226); }
H1.HeaderClassName
{
color: #1752E2;
}
.AnyTagClassName
{
color: #1752E2;
}
</style>
background-color css
<style>
a { background-color: #1752E2; }
a { background-color: rgb(23,82,226); }
div.DivClassName
{
background-color: #1752E2;
}
.BgClassName
{
background-color: #1752E2;
}
</style>
border-color css
<style>
span { border-color: #1752E2; }
span { border-color: rgb(23,82,226); }
td.TdClassName
{
border-color: #1752E2;
}
.TagClassName
{
border-color: #1752E2;
}
</style>