Shades of Pelorous #238FCD
Tints of Pelorous #238FCD
RGB
CMYK
RGB Variations
Color information
#238FCD (or 0x238FCD) is known color: Pelorous. HEX triplet: 23, 8F and CD. RGB value is (35,143,205). Sum of RGB (Red+Green+Blue) = 35+143+205=383 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.14% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #238FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FCD is #DC7032. Grayscale: #757575. Windows color (decimal): -14446643 or 13471523. OLE color: 13471523.
HSL color Cylindrical-coordinate representation of color #238FCD: hue angle of 201.88º 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 #238FCD is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 143 | 205 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.20 |
| HSL | 201.88º | 0.71% | 0.47% | - |
| HSV(B) | 201.88º | 0.83% | 0.8% | - |
| XYZ | 21.54 | 24.41 | 61.33 | - |
| YUV | 117.78 | 177.22 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 205 | 0.83 | 0.30 | 0 | 0.20 | 201.88 | 0.71 | 0.47 |
| Hex | 23 | 8F | CD | 53 | 1E | 0 | 14 | CA | 47 | 2F |
| Octal | 43 | 217 | 315 | 123 | 36 | 0 | 24 | 312 | 107 | 57 |
| Binary | 100011 | 10001111 | 11001101 | 1010011 | 11110 | 0 | 10100 | 11001010 | 1000111 | 101111 |
Color Harmonies of #238FCD
Complementary color
Monochromatic Colors of #238FCD
Black with #238FCD
Text Example
Text Example
White with #238FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238FCD; }
p { color: rgb(35,143,205); }
H1.HeaderClassName
{
color: #238FCD;
}
.AnyTagClassName
{
color: #238FCD;
}
</style>
background-color css
<style>
a { background-color: #238FCD; }
a { background-color: rgb(35,143,205); }
div.DivClassName
{
background-color: #238FCD;
}
.BgClassName
{
background-color: #238FCD;
}
</style>
border-color css
<style>
span { border-color: #238FCD; }
span { border-color: rgb(35,143,205); }
td.TdClassName
{
border-color: #238FCD;
}
.TagClassName
{
border-color: #238FCD;
}
</style>