Shades of Pelorous #259DC9
Tints of Pelorous #259DC9
RGB
CMYK
RGB Variations
Color information
#259DC9 (or 0x259DC9) is known color: Pelorous. HEX triplet: 25, 9D and C9. RGB value is (37,157,201). Sum of RGB (Red+Green+Blue) = 37+157+201=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #259DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259DC9 is #DA6236. Grayscale: #7D7D7D. Windows color (decimal): -14311991 or 13212965. OLE color: 13212965.
HSL color Cylindrical-coordinate representation of color #259DC9: hue angle of 196.1º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #259DC9 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 157 | 201 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.21 |
| HSL | 196.1º | 0.69% | 0.47% | - |
| HSV(B) | 196.1º | 0.82% | 0.79% | - |
| XYZ | 23.36 | 28.72 | 59.57 | - |
| YUV | 126.14 | 170.24 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 157 | 201 | 0.82 | 0.22 | 0 | 0.21 | 196.1 | 0.69 | 0.47 |
| Hex | 25 | 9D | C9 | 52 | 16 | 0 | 15 | C4 | 45 | 2F |
| Octal | 45 | 235 | 311 | 122 | 26 | 0 | 25 | 304 | 105 | 57 |
| Binary | 100101 | 10011101 | 11001001 | 1010010 | 10110 | 0 | 10101 | 11000100 | 1000101 | 101111 |
Color Harmonies of #259DC9
Complementary color
Monochromatic Colors of #259DC9
Black with #259DC9
Text Example
Text Example
White with #259DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259DC9; }
p { color: rgb(37,157,201); }
H1.HeaderClassName
{
color: #259DC9;
}
.AnyTagClassName
{
color: #259DC9;
}
</style>
background-color css
<style>
a { background-color: #259DC9; }
a { background-color: rgb(37,157,201); }
div.DivClassName
{
background-color: #259DC9;
}
.BgClassName
{
background-color: #259DC9;
}
</style>
border-color css
<style>
span { border-color: #259DC9; }
span { border-color: rgb(37,157,201); }
td.TdClassName
{
border-color: #259DC9;
}
.TagClassName
{
border-color: #259DC9;
}
</style>