Shades of Pelorous #259DCB
Tints of Pelorous #259DCB
RGB
CMYK
RGB Variations
Color information
#259DCB (or 0x259DCB) is known color: Pelorous. HEX triplet: 25, 9D and CB. RGB value is (37,157,203). Sum of RGB (Red+Green+Blue) = 37+157+203=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #259DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259DCB is #DA6234. Grayscale: #7E7E7E. Windows color (decimal): -14311989 or 13344037. OLE color: 13344037.
HSL color Cylindrical-coordinate representation of color #259DCB: hue angle of 196.63º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #259DCB is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 157 | 203 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.20 |
| HSL | 196.63º | 0.69% | 0.47% | - |
| HSV(B) | 196.63º | 0.82% | 0.8% | - |
| XYZ | 23.6 | 28.82 | 60.82 | - |
| YUV | 126.36 | 171.24 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 157 | 203 | 0.82 | 0.23 | 0 | 0.20 | 196.63 | 0.69 | 0.47 |
| Hex | 25 | 9D | CB | 52 | 17 | 0 | 14 | C5 | 45 | 2F |
| Octal | 45 | 235 | 313 | 122 | 27 | 0 | 24 | 305 | 105 | 57 |
| Binary | 100101 | 10011101 | 11001011 | 1010010 | 10111 | 0 | 10100 | 11000101 | 1000101 | 101111 |
Color Harmonies of #259DCB
Complementary color
Monochromatic Colors of #259DCB
Black with #259DCB
Text Example
Text Example
White with #259DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259DCB; }
p { color: rgb(37,157,203); }
H1.HeaderClassName
{
color: #259DCB;
}
.AnyTagClassName
{
color: #259DCB;
}
</style>
background-color css
<style>
a { background-color: #259DCB; }
a { background-color: rgb(37,157,203); }
div.DivClassName
{
background-color: #259DCB;
}
.BgClassName
{
background-color: #259DCB;
}
</style>
border-color css
<style>
span { border-color: #259DCB; }
span { border-color: rgb(37,157,203); }
td.TdClassName
{
border-color: #259DCB;
}
.TagClassName
{
border-color: #259DCB;
}
</style>