Shades of Pelorous #258DC6
Tints of Pelorous #258DC6
RGB
CMYK
RGB Variations
Color information
#258DC6 (or 0x258DC6) is known color: Pelorous. HEX triplet: 25, 8D and C6. RGB value is (37,141,198). Sum of RGB (Red+Green+Blue) = 37+141+198=376 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.84% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 198 (77.73% from 255 or 52.66% from 376); Max value from RGB is 198 - color contains mainly: blue. Hex color #258DC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258DC6 is #DA7239. Grayscale: #747474. Windows color (decimal): -14316090 or 13012261. OLE color: 13012261.
HSL color Cylindrical-coordinate representation of color #258DC6: hue angle of 201.24º 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 #258DC6 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 141 | 198 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.22 |
| HSL | 201.24º | 0.69% | 0.46% | - |
| HSV(B) | 201.24º | 0.81% | 0.78% | - |
| XYZ | 20.48 | 23.52 | 56.89 | - |
| YUV | 116.4 | 174.04 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 141 | 198 | 0.81 | 0.29 | 0 | 0.22 | 201.24 | 0.69 | 0.46 |
| Hex | 25 | 8D | C6 | 51 | 1D | 0 | 16 | C9 | 45 | 2E |
| Octal | 45 | 215 | 306 | 121 | 35 | 0 | 26 | 311 | 105 | 56 |
| Binary | 100101 | 10001101 | 11000110 | 1010001 | 11101 | 0 | 10110 | 11001001 | 1000101 | 101110 |
Color Harmonies of #258DC6
Complementary color
Monochromatic Colors of #258DC6
Black with #258DC6
Text Example
Text Example
White with #258DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258DC6; }
p { color: rgb(37,141,198); }
H1.HeaderClassName
{
color: #258DC6;
}
.AnyTagClassName
{
color: #258DC6;
}
</style>
background-color css
<style>
a { background-color: #258DC6; }
a { background-color: rgb(37,141,198); }
div.DivClassName
{
background-color: #258DC6;
}
.BgClassName
{
background-color: #258DC6;
}
</style>
border-color css
<style>
span { border-color: #258DC6; }
span { border-color: rgb(37,141,198); }
td.TdClassName
{
border-color: #258DC6;
}
.TagClassName
{
border-color: #258DC6;
}
</style>