Shades of Pelorous #238DCE
Tints of Pelorous #238DCE
RGB
CMYK
RGB Variations
Color information
#238DCE (or 0x238DCE) is known color: Pelorous. HEX triplet: 23, 8D and CE. RGB value is (35,141,206). Sum of RGB (Red+Green+Blue) = 35+141+206=382 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.16% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #238DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238DCE is #DC7231. Grayscale: #747474. Windows color (decimal): -14447154 or 13536547. OLE color: 13536547.
HSL color Cylindrical-coordinate representation of color #238DCE: hue angle of 202.81º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #238DCE is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 141 | 206 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.19 |
| HSL | 202.81º | 0.71% | 0.47% | - |
| HSV(B) | 202.81º | 0.83% | 0.81% | - |
| XYZ | 21.36 | 23.86 | 61.87 | - |
| YUV | 116.72 | 178.38 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 141 | 206 | 0.83 | 0.32 | 0 | 0.19 | 202.81 | 0.71 | 0.47 |
| Hex | 23 | 8D | CE | 53 | 20 | 0 | 13 | CB | 47 | 2F |
| Octal | 43 | 215 | 316 | 123 | 40 | 0 | 23 | 313 | 107 | 57 |
| Binary | 100011 | 10001101 | 11001110 | 1010011 | 100000 | 0 | 10011 | 11001011 | 1000111 | 101111 |
Color Harmonies of #238DCE
Complementary color
Monochromatic Colors of #238DCE
Black with #238DCE
Text Example
Text Example
White with #238DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238DCE; }
p { color: rgb(35,141,206); }
H1.HeaderClassName
{
color: #238DCE;
}
.AnyTagClassName
{
color: #238DCE;
}
</style>
background-color css
<style>
a { background-color: #238DCE; }
a { background-color: rgb(35,141,206); }
div.DivClassName
{
background-color: #238DCE;
}
.BgClassName
{
background-color: #238DCE;
}
</style>
border-color css
<style>
span { border-color: #238DCE; }
span { border-color: rgb(35,141,206); }
td.TdClassName
{
border-color: #238DCE;
}
.TagClassName
{
border-color: #238DCE;
}
</style>