Shades of Pelorous #259DC6
Tints of Pelorous #259DC6
RGB
CMYK
RGB Variations
Color information
#259DC6 (or 0x259DC6) is known color: Pelorous. HEX triplet: 25, 9D and C6. RGB value is (37,157,198). Sum of RGB (Red+Green+Blue) = 37+157+198=392 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.44% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 198 (77.73% from 255 or 50.51% from 392); Max value from RGB is 198 - color contains mainly: blue. Hex color #259DC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259DC6 is #DA6239. Grayscale: #7D7D7D. Windows color (decimal): -14311994 or 13016357. OLE color: 13016357.
HSL color Cylindrical-coordinate representation of color #259DC6: hue angle of 195.28º 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 #259DC6 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 157 | 198 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.22 |
| HSL | 195.28º | 0.69% | 0.46% | - |
| HSV(B) | 195.28º | 0.81% | 0.78% | - |
| XYZ | 23.01 | 28.58 | 57.73 | - |
| YUV | 125.79 | 168.74 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 157 | 198 | 0.81 | 0.21 | 0 | 0.22 | 195.28 | 0.69 | 0.46 |
| Hex | 25 | 9D | C6 | 51 | 15 | 0 | 16 | C3 | 45 | 2E |
| Octal | 45 | 235 | 306 | 121 | 25 | 0 | 26 | 303 | 105 | 56 |
| Binary | 100101 | 10011101 | 11000110 | 1010001 | 10101 | 0 | 10110 | 11000011 | 1000101 | 101110 |
Color Harmonies of #259DC6
Complementary color
Monochromatic Colors of #259DC6
Black with #259DC6
Text Example
Text Example
White with #259DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259DC6; }
p { color: rgb(37,157,198); }
H1.HeaderClassName
{
color: #259DC6;
}
.AnyTagClassName
{
color: #259DC6;
}
</style>
background-color css
<style>
a { background-color: #259DC6; }
a { background-color: rgb(37,157,198); }
div.DivClassName
{
background-color: #259DC6;
}
.BgClassName
{
background-color: #259DC6;
}
</style>
border-color css
<style>
span { border-color: #259DC6; }
span { border-color: rgb(37,157,198); }
td.TdClassName
{
border-color: #259DC6;
}
.TagClassName
{
border-color: #259DC6;
}
</style>