Shades of Pelorous #259ECB
Tints of Pelorous #259ECB
RGB
CMYK
RGB Variations
Color information
#259ECB (or 0x259ECB) is known color: Pelorous. HEX triplet: 25, 9E and CB. RGB value is (37,158,203). Sum of RGB (Red+Green+Blue) = 37+158+203=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #259ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259ECB is #DA6134. Grayscale: #7E7E7E. Windows color (decimal): -14311733 or 13344293. OLE color: 13344293.
HSL color Cylindrical-coordinate representation of color #259ECB: hue angle of 196.27º 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 #259ECB is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 158 | 203 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.20 |
| HSL | 196.27º | 0.69% | 0.47% | - |
| HSV(B) | 196.27º | 0.82% | 0.8% | - |
| XYZ | 23.77 | 29.16 | 60.88 | - |
| YUV | 126.95 | 170.91 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 158 | 203 | 0.82 | 0.22 | 0 | 0.20 | 196.27 | 0.69 | 0.47 |
| Hex | 25 | 9E | CB | 52 | 16 | 0 | 14 | C4 | 45 | 2F |
| Octal | 45 | 236 | 313 | 122 | 26 | 0 | 24 | 304 | 105 | 57 |
| Binary | 100101 | 10011110 | 11001011 | 1010010 | 10110 | 0 | 10100 | 11000100 | 1000101 | 101111 |
Color Harmonies of #259ECB
Complementary color
Monochromatic Colors of #259ECB
Black with #259ECB
Text Example
Text Example
White with #259ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259ECB; }
p { color: rgb(37,158,203); }
H1.HeaderClassName
{
color: #259ECB;
}
.AnyTagClassName
{
color: #259ECB;
}
</style>
background-color css
<style>
a { background-color: #259ECB; }
a { background-color: rgb(37,158,203); }
div.DivClassName
{
background-color: #259ECB;
}
.BgClassName
{
background-color: #259ECB;
}
</style>
border-color css
<style>
span { border-color: #259ECB; }
span { border-color: rgb(37,158,203); }
td.TdClassName
{
border-color: #259ECB;
}
.TagClassName
{
border-color: #259ECB;
}
</style>