Shades of Pelorous #239BCF
Tints of Pelorous #239BCF
RGB
CMYK
RGB Variations
Color information
#239BCF (or 0x239BCF) is known color: Pelorous. HEX triplet: 23, 9B and CF. RGB value is (35,155,207). Sum of RGB (Red+Green+Blue) = 35+155+207=397 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.82% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #239BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BCF is #DC6430. Grayscale: #7C7C7C. Windows color (decimal): -14443569 or 13605667. OLE color: 13605667.
HSL color Cylindrical-coordinate representation of color #239BCF: hue angle of 198.14º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #239BCF is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 155 | 207 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.19 |
| HSL | 198.14º | 0.71% | 0.47% | - |
| HSV(B) | 198.14º | 0.83% | 0.81% | - |
| XYZ | 23.68 | 28.31 | 63.25 | - |
| YUV | 125.05 | 174.24 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 207 | 0.83 | 0.25 | 0 | 0.19 | 198.14 | 0.71 | 0.47 |
| Hex | 23 | 9B | CF | 53 | 19 | 0 | 13 | C6 | 47 | 2F |
| Octal | 43 | 233 | 317 | 123 | 31 | 0 | 23 | 306 | 107 | 57 |
| Binary | 100011 | 10011011 | 11001111 | 1010011 | 11001 | 0 | 10011 | 11000110 | 1000111 | 101111 |
Color Harmonies of #239BCF
Complementary color
Monochromatic Colors of #239BCF
Black with #239BCF
Text Example
Text Example
White with #239BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239BCF; }
p { color: rgb(35,155,207); }
H1.HeaderClassName
{
color: #239BCF;
}
.AnyTagClassName
{
color: #239BCF;
}
</style>
background-color css
<style>
a { background-color: #239BCF; }
a { background-color: rgb(35,155,207); }
div.DivClassName
{
background-color: #239BCF;
}
.BgClassName
{
background-color: #239BCF;
}
</style>
border-color css
<style>
span { border-color: #239BCF; }
span { border-color: rgb(35,155,207); }
td.TdClassName
{
border-color: #239BCF;
}
.TagClassName
{
border-color: #239BCF;
}
</style>