Shades of Cerulean #1780BE
Tints of Cerulean #1780BE
RGB
CMYK
RGB Variations
Color information
#1780BE (or 0x1780BE) is known color: Cerulean. HEX triplet: 17, 80 and BE. RGB value is (23,128,190). Sum of RGB (Red+Green+Blue) = 23+128+190=341 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.74% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #1780BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1780BE is #E87F41. Grayscale: #676767. Windows color (decimal): -15236930 or 12484631. OLE color: 12484631.
HSL color Cylindrical-coordinate representation of color #1780BE: hue angle of 202.28º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1780BE is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 128 | 190 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.25 |
| HSL | 202.28º | 0.78% | 0.42% | - |
| HSV(B) | 202.28º | 0.88% | 0.75% | - |
| XYZ | 17.37 | 19.34 | 51.53 | - |
| YUV | 103.67 | 176.71 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 190 | 0.88 | 0.33 | 0 | 0.25 | 202.28 | 0.78 | 0.42 |
| Hex | 17 | 80 | BE | 58 | 21 | 0 | 19 | CA | 4E | 2A |
| Octal | 27 | 200 | 276 | 130 | 41 | 0 | 31 | 312 | 116 | 52 |
| Binary | 10111 | 10000000 | 10111110 | 1011000 | 100001 | 0 | 11001 | 11001010 | 1001110 | 101010 |
Color Harmonies of #1780BE
Complementary color
Monochromatic Colors of #1780BE
Black with #1780BE
Text Example
Text Example
White with #1780BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1780BE; }
p { color: rgb(23,128,190); }
H1.HeaderClassName
{
color: #1780BE;
}
.AnyTagClassName
{
color: #1780BE;
}
</style>
background-color css
<style>
a { background-color: #1780BE; }
a { background-color: rgb(23,128,190); }
div.DivClassName
{
background-color: #1780BE;
}
.BgClassName
{
background-color: #1780BE;
}
</style>
border-color css
<style>
span { border-color: #1780BE; }
span { border-color: rgb(23,128,190); }
td.TdClassName
{
border-color: #1780BE;
}
.TagClassName
{
border-color: #1780BE;
}
</style>