Shades of Pelorous #259BC8
Tints of Pelorous #259BC8
RGB
CMYK
RGB Variations
Color information
#259BC8 (or 0x259BC8) is known color: Pelorous. HEX triplet: 25, 9B and C8. RGB value is (37,155,200). Sum of RGB (Red+Green+Blue) = 37+155+200=392 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.44% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #259BC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259BC8 is #DA6437. Grayscale: #7C7C7C. Windows color (decimal): -14312504 or 13146917. OLE color: 13146917.
HSL color Cylindrical-coordinate representation of color #259BC8: hue angle of 196.56º 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 #259BC8 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 155 | 200 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.22 |
| HSL | 196.56º | 0.69% | 0.46% | - |
| HSV(B) | 196.56º | 0.82% | 0.78% | - |
| XYZ | 22.91 | 28.01 | 58.84 | - |
| YUV | 124.85 | 170.41 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 200 | 0.82 | 0.22 | 0 | 0.22 | 196.56 | 0.69 | 0.46 |
| Hex | 25 | 9B | C8 | 52 | 16 | 0 | 16 | C5 | 45 | 2E |
| Octal | 45 | 233 | 310 | 122 | 26 | 0 | 26 | 305 | 105 | 56 |
| Binary | 100101 | 10011011 | 11001000 | 1010010 | 10110 | 0 | 10110 | 11000101 | 1000101 | 101110 |
Color Harmonies of #259BC8
Complementary color
Monochromatic Colors of #259BC8
Black with #259BC8
Text Example
Text Example
White with #259BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259BC8; }
p { color: rgb(37,155,200); }
H1.HeaderClassName
{
color: #259BC8;
}
.AnyTagClassName
{
color: #259BC8;
}
</style>
background-color css
<style>
a { background-color: #259BC8; }
a { background-color: rgb(37,155,200); }
div.DivClassName
{
background-color: #259BC8;
}
.BgClassName
{
background-color: #259BC8;
}
</style>
border-color css
<style>
span { border-color: #259BC8; }
span { border-color: rgb(37,155,200); }
td.TdClassName
{
border-color: #259BC8;
}
.TagClassName
{
border-color: #259BC8;
}
</style>