Shades of Pelorous #258DC7
Tints of Pelorous #258DC7
RGB
CMYK
RGB Variations
Color information
#258DC7 (or 0x258DC7) is known color: Pelorous. HEX triplet: 25, 8D and C7. RGB value is (37,141,199). Sum of RGB (Red+Green+Blue) = 37+141+199=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 199 (78.12% from 255 or 52.79% from 377); Max value from RGB is 199 - color contains mainly: blue. Hex color #258DC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258DC7 is #DA7238. Grayscale: #747474. Windows color (decimal): -14316089 or 13077797. OLE color: 13077797.
HSL color Cylindrical-coordinate representation of color #258DC7: hue angle of 201.48º 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 #258DC7 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 141 | 199 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.22 |
| HSL | 201.48º | 0.69% | 0.46% | - |
| HSV(B) | 201.48º | 0.81% | 0.78% | - |
| XYZ | 20.6 | 23.57 | 57.5 | - |
| YUV | 116.52 | 174.54 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 141 | 199 | 0.81 | 0.29 | 0 | 0.22 | 201.48 | 0.69 | 0.46 |
| Hex | 25 | 8D | C7 | 51 | 1D | 0 | 16 | C9 | 45 | 2E |
| Octal | 45 | 215 | 307 | 121 | 35 | 0 | 26 | 311 | 105 | 56 |
| Binary | 100101 | 10001101 | 11000111 | 1010001 | 11101 | 0 | 10110 | 11001001 | 1000101 | 101110 |
Color Harmonies of #258DC7
Complementary color
Monochromatic Colors of #258DC7
Black with #258DC7
Text Example
Text Example
White with #258DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258DC7; }
p { color: rgb(37,141,199); }
H1.HeaderClassName
{
color: #258DC7;
}
.AnyTagClassName
{
color: #258DC7;
}
</style>
background-color css
<style>
a { background-color: #258DC7; }
a { background-color: rgb(37,141,199); }
div.DivClassName
{
background-color: #258DC7;
}
.BgClassName
{
background-color: #258DC7;
}
</style>
border-color css
<style>
span { border-color: #258DC7; }
span { border-color: rgb(37,141,199); }
td.TdClassName
{
border-color: #258DC7;
}
.TagClassName
{
border-color: #258DC7;
}
</style>