Shades of Pelorous #238FCB
Tints of Pelorous #238FCB
RGB
CMYK
RGB Variations
Color information
#238FCB (or 0x238FCB) is known color: Pelorous. HEX triplet: 23, 8F and CB. RGB value is (35,143,203). Sum of RGB (Red+Green+Blue) = 35+143+203=381 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.19% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #238FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FCB is #DC7034. Grayscale: #757575. Windows color (decimal): -14446645 or 13340451. OLE color: 13340451.
HSL color Cylindrical-coordinate representation of color #238FCB: hue angle of 201.43º 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 #238FCB is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 143 | 203 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.20 |
| HSL | 201.43º | 0.71% | 0.47% | - |
| HSV(B) | 201.43º | 0.83% | 0.8% | - |
| XYZ | 21.3 | 24.31 | 60.07 | - |
| YUV | 117.55 | 176.22 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 203 | 0.83 | 0.30 | 0 | 0.20 | 201.43 | 0.71 | 0.47 |
| Hex | 23 | 8F | CB | 53 | 1E | 0 | 14 | C9 | 47 | 2F |
| Octal | 43 | 217 | 313 | 123 | 36 | 0 | 24 | 311 | 107 | 57 |
| Binary | 100011 | 10001111 | 11001011 | 1010011 | 11110 | 0 | 10100 | 11001001 | 1000111 | 101111 |
Color Harmonies of #238FCB
Complementary color
Monochromatic Colors of #238FCB
Black with #238FCB
Text Example
Text Example
White with #238FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238FCB; }
p { color: rgb(35,143,203); }
H1.HeaderClassName
{
color: #238FCB;
}
.AnyTagClassName
{
color: #238FCB;
}
</style>
background-color css
<style>
a { background-color: #238FCB; }
a { background-color: rgb(35,143,203); }
div.DivClassName
{
background-color: #238FCB;
}
.BgClassName
{
background-color: #238FCB;
}
</style>
border-color css
<style>
span { border-color: #238FCB; }
span { border-color: rgb(35,143,203); }
td.TdClassName
{
border-color: #238FCB;
}
.TagClassName
{
border-color: #238FCB;
}
</style>