Shades of Pelorous #239FCD
Tints of Pelorous #239FCD
RGB
CMYK
RGB Variations
Color information
#239FCD (or 0x239FCD) is known color: Pelorous. HEX triplet: 23, 9F and CD. RGB value is (35,159,205). Sum of RGB (Red+Green+Blue) = 35+159+205=399 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.77% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #239FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239FCD is #DC6032. Grayscale: #7E7E7E. Windows color (decimal): -14442547 or 13475619. OLE color: 13475619.
HSL color Cylindrical-coordinate representation of color #239FCD: hue angle of 196.24º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #239FCD is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 159 | 205 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.20 |
| HSL | 196.24º | 0.71% | 0.47% | - |
| HSV(B) | 196.24º | 0.83% | 0.8% | - |
| XYZ | 24.11 | 29.56 | 62.19 | - |
| YUV | 127.17 | 171.92 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 205 | 0.83 | 0.22 | 0 | 0.20 | 196.24 | 0.71 | 0.47 |
| Hex | 23 | 9F | CD | 53 | 16 | 0 | 14 | C4 | 47 | 2F |
| Octal | 43 | 237 | 315 | 123 | 26 | 0 | 24 | 304 | 107 | 57 |
| Binary | 100011 | 10011111 | 11001101 | 1010011 | 10110 | 0 | 10100 | 11000100 | 1000111 | 101111 |
Color Harmonies of #239FCD
Complementary color
Monochromatic Colors of #239FCD
Black with #239FCD
Text Example
Text Example
White with #239FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239FCD; }
p { color: rgb(35,159,205); }
H1.HeaderClassName
{
color: #239FCD;
}
.AnyTagClassName
{
color: #239FCD;
}
</style>
background-color css
<style>
a { background-color: #239FCD; }
a { background-color: rgb(35,159,205); }
div.DivClassName
{
background-color: #239FCD;
}
.BgClassName
{
background-color: #239FCD;
}
</style>
border-color css
<style>
span { border-color: #239FCD; }
span { border-color: rgb(35,159,205); }
td.TdClassName
{
border-color: #239FCD;
}
.TagClassName
{
border-color: #239FCD;
}
</style>