Shades of Pelorous #239BCB
Tints of Pelorous #239BCB
RGB
CMYK
RGB Variations
Color information
#239BCB (or 0x239BCB) is known color: Pelorous. HEX triplet: 23, 9B and CB. RGB value is (35,155,203). Sum of RGB (Red+Green+Blue) = 35+155+203=393 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.91% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #239BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BCB is #DC6434. Grayscale: #7C7C7C. Windows color (decimal): -14443573 or 13343523. OLE color: 13343523.
HSL color Cylindrical-coordinate representation of color #239BCB: hue angle of 197.14º 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 #239BCB is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 155 | 203 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.20 |
| HSL | 197.14º | 0.71% | 0.47% | - |
| HSV(B) | 197.14º | 0.83% | 0.8% | - |
| XYZ | 23.19 | 28.11 | 60.7 | - |
| YUV | 124.59 | 172.24 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 203 | 0.83 | 0.24 | 0 | 0.20 | 197.14 | 0.71 | 0.47 |
| Hex | 23 | 9B | CB | 53 | 18 | 0 | 14 | C5 | 47 | 2F |
| Octal | 43 | 233 | 313 | 123 | 30 | 0 | 24 | 305 | 107 | 57 |
| Binary | 100011 | 10011011 | 11001011 | 1010011 | 11000 | 0 | 10100 | 11000101 | 1000111 | 101111 |
Color Harmonies of #239BCB
Complementary color
Monochromatic Colors of #239BCB
Black with #239BCB
Text Example
Text Example
White with #239BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239BCB; }
p { color: rgb(35,155,203); }
H1.HeaderClassName
{
color: #239BCB;
}
.AnyTagClassName
{
color: #239BCB;
}
</style>
background-color css
<style>
a { background-color: #239BCB; }
a { background-color: rgb(35,155,203); }
div.DivClassName
{
background-color: #239BCB;
}
.BgClassName
{
background-color: #239BCB;
}
</style>
border-color css
<style>
span { border-color: #239BCB; }
span { border-color: rgb(35,155,203); }
td.TdClassName
{
border-color: #239BCB;
}
.TagClassName
{
border-color: #239BCB;
}
</style>