Shades of Pelorous #259DC8
Tints of Pelorous #259DC8
RGB
CMYK
RGB Variations
Color information
#259DC8 (or 0x259DC8) is known color: Pelorous. HEX triplet: 25, 9D and C8. RGB value is (37,157,200). Sum of RGB (Red+Green+Blue) = 37+157+200=394 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.39% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #259DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259DC8 is #DA6237. Grayscale: #7D7D7D. Windows color (decimal): -14311992 or 13147429. OLE color: 13147429.
HSL color Cylindrical-coordinate representation of color #259DC8: hue angle of 195.83º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #259DC8 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 157 | 200 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.22 |
| HSL | 195.83º | 0.69% | 0.46% | - |
| HSV(B) | 195.83º | 0.82% | 0.78% | - |
| XYZ | 23.25 | 28.68 | 58.95 | - |
| YUV | 126.02 | 169.74 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 157 | 200 | 0.82 | 0.22 | 0 | 0.22 | 195.83 | 0.69 | 0.46 |
| Hex | 25 | 9D | C8 | 52 | 16 | 0 | 16 | C4 | 45 | 2E |
| Octal | 45 | 235 | 310 | 122 | 26 | 0 | 26 | 304 | 105 | 56 |
| Binary | 100101 | 10011101 | 11001000 | 1010010 | 10110 | 0 | 10110 | 11000100 | 1000101 | 101110 |
Color Harmonies of #259DC8
Complementary color
Monochromatic Colors of #259DC8
Black with #259DC8
Text Example
Text Example
White with #259DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259DC8; }
p { color: rgb(37,157,200); }
H1.HeaderClassName
{
color: #259DC8;
}
.AnyTagClassName
{
color: #259DC8;
}
</style>
background-color css
<style>
a { background-color: #259DC8; }
a { background-color: rgb(37,157,200); }
div.DivClassName
{
background-color: #259DC8;
}
.BgClassName
{
background-color: #259DC8;
}
</style>
border-color css
<style>
span { border-color: #259DC8; }
span { border-color: rgb(37,157,200); }
td.TdClassName
{
border-color: #259DC8;
}
.TagClassName
{
border-color: #259DC8;
}
</style>