Shades of Pelorous #238DC7
Tints of Pelorous #238DC7
RGB
CMYK
RGB Variations
Color information
#238DC7 (or 0x238DC7) is known color: Pelorous. HEX triplet: 23, 8D and C7. RGB value is (35,141,199). Sum of RGB (Red+Green+Blue) = 35+141+199=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #238DC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238DC7 is #DC7238. Grayscale: #737373. Windows color (decimal): -14447161 or 13077795. OLE color: 13077795.
HSL color Cylindrical-coordinate representation of color #238DC7: hue angle of 201.22º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #238DC7 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 141 | 199 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.22 |
| HSL | 201.22º | 0.7% | 0.46% | - |
| HSV(B) | 201.22º | 0.82% | 0.78% | - |
| XYZ | 20.53 | 23.53 | 57.49 | - |
| YUV | 115.92 | 174.88 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 141 | 199 | 0.82 | 0.29 | 0 | 0.22 | 201.22 | 0.7 | 0.46 |
| Hex | 23 | 8D | C7 | 52 | 1D | 0 | 16 | C9 | 46 | 2E |
| Octal | 43 | 215 | 307 | 122 | 35 | 0 | 26 | 311 | 106 | 56 |
| Binary | 100011 | 10001101 | 11000111 | 1010010 | 11101 | 0 | 10110 | 11001001 | 1000110 | 101110 |
Color Harmonies of #238DC7
Complementary color
Monochromatic Colors of #238DC7
Black with #238DC7
Text Example
Text Example
White with #238DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238DC7; }
p { color: rgb(35,141,199); }
H1.HeaderClassName
{
color: #238DC7;
}
.AnyTagClassName
{
color: #238DC7;
}
</style>
background-color css
<style>
a { background-color: #238DC7; }
a { background-color: rgb(35,141,199); }
div.DivClassName
{
background-color: #238DC7;
}
.BgClassName
{
background-color: #238DC7;
}
</style>
border-color css
<style>
span { border-color: #238DC7; }
span { border-color: rgb(35,141,199); }
td.TdClassName
{
border-color: #238DC7;
}
.TagClassName
{
border-color: #238DC7;
}
</style>