Shades of Pelorous #2490CD
Tints of Pelorous #2490CD
RGB
CMYK
RGB Variations
Color information
#2490CD (or 0x2490CD) is known color: Pelorous. HEX triplet: 24, 90 and CD. RGB value is (36,144,205). Sum of RGB (Red+Green+Blue) = 36+144+205=385 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.35% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #2490CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2490CD is #DB6F32. Grayscale: #767676. Windows color (decimal): -14380851 or 13471780. OLE color: 13471780.
HSL color Cylindrical-coordinate representation of color #2490CD: hue angle of 201.66º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2490CD is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 144 | 205 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.20 |
| HSL | 201.66º | 0.7% | 0.47% | - |
| HSV(B) | 201.66º | 0.82% | 0.8% | - |
| XYZ | 21.72 | 24.73 | 61.39 | - |
| YUV | 118.66 | 176.72 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 205 | 0.82 | 0.30 | 0 | 0.20 | 201.66 | 0.7 | 0.47 |
| Hex | 24 | 90 | CD | 52 | 1E | 0 | 14 | CA | 46 | 2F |
| Octal | 44 | 220 | 315 | 122 | 36 | 0 | 24 | 312 | 106 | 57 |
| Binary | 100100 | 10010000 | 11001101 | 1010010 | 11110 | 0 | 10100 | 11001010 | 1000110 | 101111 |
Color Harmonies of #2490CD
Complementary color
Monochromatic Colors of #2490CD
Black with #2490CD
Text Example
Text Example
White with #2490CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2490CD; }
p { color: rgb(36,144,205); }
H1.HeaderClassName
{
color: #2490CD;
}
.AnyTagClassName
{
color: #2490CD;
}
</style>
background-color css
<style>
a { background-color: #2490CD; }
a { background-color: rgb(36,144,205); }
div.DivClassName
{
background-color: #2490CD;
}
.BgClassName
{
background-color: #2490CD;
}
</style>
border-color css
<style>
span { border-color: #2490CD; }
span { border-color: rgb(36,144,205); }
td.TdClassName
{
border-color: #2490CD;
}
.TagClassName
{
border-color: #2490CD;
}
</style>