Shades of Pelorous #238DC9
Tints of Pelorous #238DC9
RGB
CMYK
RGB Variations
Color information
#238DC9 (or 0x238DC9) is known color: Pelorous. HEX triplet: 23, 8D and C9. RGB value is (35,141,201). Sum of RGB (Red+Green+Blue) = 35+141+201=377 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.28% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #238DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238DC9 is #DC7236. Grayscale: #737373. Windows color (decimal): -14447159 or 13208867. OLE color: 13208867.
HSL color Cylindrical-coordinate representation of color #238DC9: hue angle of 201.69º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #238DC9 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 141 | 201 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.21 |
| HSL | 201.69º | 0.7% | 0.46% | - |
| HSV(B) | 201.69º | 0.83% | 0.79% | - |
| XYZ | 20.76 | 23.62 | 58.72 | - |
| YUV | 116.15 | 175.88 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 141 | 201 | 0.83 | 0.30 | 0 | 0.21 | 201.69 | 0.7 | 0.46 |
| Hex | 23 | 8D | C9 | 53 | 1E | 0 | 15 | CA | 46 | 2E |
| Octal | 43 | 215 | 311 | 123 | 36 | 0 | 25 | 312 | 106 | 56 |
| Binary | 100011 | 10001101 | 11001001 | 1010011 | 11110 | 0 | 10101 | 11001010 | 1000110 | 101110 |
Color Harmonies of #238DC9
Complementary color
Monochromatic Colors of #238DC9
Black with #238DC9
Text Example
Text Example
White with #238DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238DC9; }
p { color: rgb(35,141,201); }
H1.HeaderClassName
{
color: #238DC9;
}
.AnyTagClassName
{
color: #238DC9;
}
</style>
background-color css
<style>
a { background-color: #238DC9; }
a { background-color: rgb(35,141,201); }
div.DivClassName
{
background-color: #238DC9;
}
.BgClassName
{
background-color: #238DC9;
}
</style>
border-color css
<style>
span { border-color: #238DC9; }
span { border-color: rgb(35,141,201); }
td.TdClassName
{
border-color: #238DC9;
}
.TagClassName
{
border-color: #238DC9;
}
</style>