Shades of Pelorous #1C90CD
Tints of Pelorous #1C90CD
RGB
CMYK
RGB Variations
Color information
#1C90CD (or 0x1C90CD) is known color: Pelorous. HEX triplet: 1C, 90 and CD. RGB value is (28,144,205). Sum of RGB (Red+Green+Blue) = 28+144+205=377 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.43% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C90CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C90CD is #E36F32. Grayscale: #737373. Windows color (decimal): -14905139 or 13471772. OLE color: 13471772.
HSL color Cylindrical-coordinate representation of color #1C90CD: hue angle of 200.68º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C90CD is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 144 | 205 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.20 |
| HSL | 200.68º | 0.76% | 0.46% | - |
| HSV(B) | 200.68º | 0.86% | 0.8% | - |
| XYZ | 21.47 | 24.6 | 61.37 | - |
| YUV | 116.27 | 178.07 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 144 | 205 | 0.86 | 0.30 | 0 | 0.20 | 200.68 | 0.76 | 0.46 |
| Hex | 1C | 90 | CD | 56 | 1E | 0 | 14 | C9 | 4C | 2E |
| Octal | 34 | 220 | 315 | 126 | 36 | 0 | 24 | 311 | 114 | 56 |
| Binary | 11100 | 10010000 | 11001101 | 1010110 | 11110 | 0 | 10100 | 11001001 | 1001100 | 101110 |
Color Harmonies of #1C90CD
Complementary color
Monochromatic Colors of #1C90CD
Black with #1C90CD
Text Example
Text Example
White with #1C90CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C90CD; }
p { color: rgb(28,144,205); }
H1.HeaderClassName
{
color: #1C90CD;
}
.AnyTagClassName
{
color: #1C90CD;
}
</style>
background-color css
<style>
a { background-color: #1C90CD; }
a { background-color: rgb(28,144,205); }
div.DivClassName
{
background-color: #1C90CD;
}
.BgClassName
{
background-color: #1C90CD;
}
</style>
border-color css
<style>
span { border-color: #1C90CD; }
span { border-color: rgb(28,144,205); }
td.TdClassName
{
border-color: #1C90CD;
}
.TagClassName
{
border-color: #1C90CD;
}
</style>