Shades of Pelorous #238FC9
Tints of Pelorous #238FC9
RGB
CMYK
RGB Variations
Color information
#238FC9 (or 0x238FC9) is known color: Pelorous. HEX triplet: 23, 8F and C9. RGB value is (35,143,201). Sum of RGB (Red+Green+Blue) = 35+143+201=379 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.23% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #238FC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FC9 is #DC7036. Grayscale: #747474. Windows color (decimal): -14446647 or 13209379. OLE color: 13209379.
HSL color Cylindrical-coordinate representation of color #238FC9: hue angle of 200.96º 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 #238FC9 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 143 | 201 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.21 |
| HSL | 200.96º | 0.7% | 0.46% | - |
| HSV(B) | 200.96º | 0.83% | 0.79% | - |
| XYZ | 21.06 | 24.22 | 58.82 | - |
| YUV | 117.32 | 175.22 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 201 | 0.83 | 0.29 | 0 | 0.21 | 200.96 | 0.7 | 0.46 |
| Hex | 23 | 8F | C9 | 53 | 1D | 0 | 15 | C9 | 46 | 2E |
| Octal | 43 | 217 | 311 | 123 | 35 | 0 | 25 | 311 | 106 | 56 |
| Binary | 100011 | 10001111 | 11001001 | 1010011 | 11101 | 0 | 10101 | 11001001 | 1000110 | 101110 |
Color Harmonies of #238FC9
Complementary color
Monochromatic Colors of #238FC9
Black with #238FC9
Text Example
Text Example
White with #238FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238FC9; }
p { color: rgb(35,143,201); }
H1.HeaderClassName
{
color: #238FC9;
}
.AnyTagClassName
{
color: #238FC9;
}
</style>
background-color css
<style>
a { background-color: #238FC9; }
a { background-color: rgb(35,143,201); }
div.DivClassName
{
background-color: #238FC9;
}
.BgClassName
{
background-color: #238FC9;
}
</style>
border-color css
<style>
span { border-color: #238FC9; }
span { border-color: rgb(35,143,201); }
td.TdClassName
{
border-color: #238FC9;
}
.TagClassName
{
border-color: #238FC9;
}
</style>