Shades of Pelorous #279DCD
Tints of Pelorous #279DCD
RGB
CMYK
RGB Variations
Color information
#279DCD (or 0x279DCD) is known color: Pelorous. HEX triplet: 27, 9D and CD. RGB value is (39,157,205). Sum of RGB (Red+Green+Blue) = 39+157+205=401 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.73% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #279DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279DCD is #D86232. Grayscale: #7E7E7E. Windows color (decimal): -14180915 or 13475111. OLE color: 13475111.
HSL color Cylindrical-coordinate representation of color #279DCD: hue angle of 197.35º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #279DCD is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 157 | 205 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.20 |
| HSL | 197.35º | 0.68% | 0.48% | - |
| HSV(B) | 197.35º | 0.81% | 0.8% | - |
| XYZ | 23.91 | 28.95 | 62.09 | - |
| YUV | 127.19 | 171.91 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 157 | 205 | 0.81 | 0.23 | 0 | 0.20 | 197.35 | 0.68 | 0.48 |
| Hex | 27 | 9D | CD | 51 | 17 | 0 | 14 | C5 | 44 | 30 |
| Octal | 47 | 235 | 315 | 121 | 27 | 0 | 24 | 305 | 104 | 60 |
| Binary | 100111 | 10011101 | 11001101 | 1010001 | 10111 | 0 | 10100 | 11000101 | 1000100 | 110000 |
Color Harmonies of #279DCD
Complementary color
Monochromatic Colors of #279DCD
Black with #279DCD
Text Example
Text Example
White with #279DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279DCD; }
p { color: rgb(39,157,205); }
H1.HeaderClassName
{
color: #279DCD;
}
.AnyTagClassName
{
color: #279DCD;
}
</style>
background-color css
<style>
a { background-color: #279DCD; }
a { background-color: rgb(39,157,205); }
div.DivClassName
{
background-color: #279DCD;
}
.BgClassName
{
background-color: #279DCD;
}
</style>
border-color css
<style>
span { border-color: #279DCD; }
span { border-color: rgb(39,157,205); }
td.TdClassName
{
border-color: #279DCD;
}
.TagClassName
{
border-color: #279DCD;
}
</style>