Shades of Pelorous #238ECB
Tints of Pelorous #238ECB
RGB
CMYK
RGB Variations
Color information
#238ECB (or 0x238ECB) is known color: Pelorous. HEX triplet: 23, 8E and CB. RGB value is (35,142,203). Sum of RGB (Red+Green+Blue) = 35+142+203=380 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.21% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #238ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238ECB is #DC7134. Grayscale: #747474. Windows color (decimal): -14446901 or 13340195. OLE color: 13340195.
HSL color Cylindrical-coordinate representation of color #238ECB: hue angle of 201.79º 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 #238ECB is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 142 | 203 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.20 |
| HSL | 201.79º | 0.71% | 0.47% | - |
| HSV(B) | 201.79º | 0.83% | 0.8% | - |
| XYZ | 21.15 | 24.02 | 60.02 | - |
| YUV | 116.96 | 176.55 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 142 | 203 | 0.83 | 0.30 | 0 | 0.20 | 201.79 | 0.71 | 0.47 |
| Hex | 23 | 8E | CB | 53 | 1E | 0 | 14 | CA | 47 | 2F |
| Octal | 43 | 216 | 313 | 123 | 36 | 0 | 24 | 312 | 107 | 57 |
| Binary | 100011 | 10001110 | 11001011 | 1010011 | 11110 | 0 | 10100 | 11001010 | 1000111 | 101111 |
Color Harmonies of #238ECB
Complementary color
Monochromatic Colors of #238ECB
Black with #238ECB
Text Example
Text Example
White with #238ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238ECB; }
p { color: rgb(35,142,203); }
H1.HeaderClassName
{
color: #238ECB;
}
.AnyTagClassName
{
color: #238ECB;
}
</style>
background-color css
<style>
a { background-color: #238ECB; }
a { background-color: rgb(35,142,203); }
div.DivClassName
{
background-color: #238ECB;
}
.BgClassName
{
background-color: #238ECB;
}
</style>
border-color css
<style>
span { border-color: #238ECB; }
span { border-color: rgb(35,142,203); }
td.TdClassName
{
border-color: #238ECB;
}
.TagClassName
{
border-color: #238ECB;
}
</style>