Shades of Pelorous #239DB7
Tints of Pelorous #239DB7
RGB
CMYK
RGB Variations
Color information
#239DB7 (or 0x239DB7) is known color: Pelorous. HEX triplet: 23, 9D and B7. RGB value is (35,157,183). Sum of RGB (Red+Green+Blue) = 35+157+183=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #239DB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239DB7 is #DC6248. Grayscale: #7B7B7B. Windows color (decimal): -14443081 or 12033315. OLE color: 12033315.
HSL color Cylindrical-coordinate representation of color #239DB7: hue angle of 190.54º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #239DB7 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 157 | 183 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.28 |
| HSL | 190.54º | 0.68% | 0.43% | - |
| HSV(B) | 190.54º | 0.81% | 0.72% | - |
| XYZ | 21.3 | 27.89 | 49.06 | - |
| YUV | 123.49 | 161.58 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 157 | 183 | 0.81 | 0.14 | 0 | 0.28 | 190.54 | 0.68 | 0.43 |
| Hex | 23 | 9D | B7 | 51 | E | 0 | 1C | BF | 44 | 2B |
| Octal | 43 | 235 | 267 | 121 | 16 | 0 | 34 | 277 | 104 | 53 |
| Binary | 100011 | 10011101 | 10110111 | 1010001 | 1110 | 0 | 11100 | 10111111 | 1000100 | 101011 |
Color Harmonies of #239DB7
Complementary color
Monochromatic Colors of #239DB7
Black with #239DB7
Text Example
Text Example
White with #239DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239DB7; }
p { color: rgb(35,157,183); }
H1.HeaderClassName
{
color: #239DB7;
}
.AnyTagClassName
{
color: #239DB7;
}
</style>
background-color css
<style>
a { background-color: #239DB7; }
a { background-color: rgb(35,157,183); }
div.DivClassName
{
background-color: #239DB7;
}
.BgClassName
{
background-color: #239DB7;
}
</style>
border-color css
<style>
span { border-color: #239DB7; }
span { border-color: rgb(35,157,183); }
td.TdClassName
{
border-color: #239DB7;
}
.TagClassName
{
border-color: #239DB7;
}
</style>