Shades of Pelorous #239DB4
Tints of Pelorous #239DB4
RGB
CMYK
RGB Variations
Color information
#239DB4 (or 0x239DB4) is known color: Pelorous. HEX triplet: 23, 9D and B4. RGB value is (35,157,180). Sum of RGB (Red+Green+Blue) = 35+157+180=372 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.41% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 180 - color contains mainly: blue. Hex color #239DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239DB4 is #DC624B. Grayscale: #7A7A7A. Windows color (decimal): -14443084 or 11836707. OLE color: 11836707.
HSL color Cylindrical-coordinate representation of color #239DB4: hue angle of 189.52º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #239DB4 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 157 | 180 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.29 |
| HSL | 189.52º | 0.67% | 0.42% | - |
| HSV(B) | 189.52º | 0.81% | 0.71% | - |
| XYZ | 20.99 | 27.77 | 47.43 | - |
| YUV | 123.14 | 160.08 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 157 | 180 | 0.81 | 0.13 | 0 | 0.29 | 189.52 | 0.67 | 0.42 |
| Hex | 23 | 9D | B4 | 51 | D | 0 | 1D | BE | 43 | 2A |
| Octal | 43 | 235 | 264 | 121 | 15 | 0 | 35 | 276 | 103 | 52 |
| Binary | 100011 | 10011101 | 10110100 | 1010001 | 1101 | 0 | 11101 | 10111110 | 1000011 | 101010 |
Color Harmonies of #239DB4
Complementary color
Monochromatic Colors of #239DB4
Black with #239DB4
Text Example
Text Example
White with #239DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239DB4; }
p { color: rgb(35,157,180); }
H1.HeaderClassName
{
color: #239DB4;
}
.AnyTagClassName
{
color: #239DB4;
}
</style>
background-color css
<style>
a { background-color: #239DB4; }
a { background-color: rgb(35,157,180); }
div.DivClassName
{
background-color: #239DB4;
}
.BgClassName
{
background-color: #239DB4;
}
</style>
border-color css
<style>
span { border-color: #239DB4; }
span { border-color: rgb(35,157,180); }
td.TdClassName
{
border-color: #239DB4;
}
.TagClassName
{
border-color: #239DB4;
}
</style>