Shades of Pelorous #258DC8
Tints of Pelorous #258DC8
RGB
CMYK
RGB Variations
Color information
#258DC8 (or 0x258DC8) is known color: Pelorous. HEX triplet: 25, 8D and C8. RGB value is (37,141,200). Sum of RGB (Red+Green+Blue) = 37+141+200=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 200 (78.52% from 255 or 52.91% from 378); Max value from RGB is 200 - color contains mainly: blue. Hex color #258DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258DC8 is #DA7237. Grayscale: #747474. Windows color (decimal): -14316088 or 13143333. OLE color: 13143333.
HSL color Cylindrical-coordinate representation of color #258DC8: hue angle of 201.72º 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 #258DC8 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 141 | 200 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.22 |
| HSL | 201.72º | 0.69% | 0.46% | - |
| HSV(B) | 201.72º | 0.82% | 0.78% | - |
| XYZ | 20.71 | 23.61 | 58.11 | - |
| YUV | 116.63 | 175.04 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 141 | 200 | 0.82 | 0.29 | 0 | 0.22 | 201.72 | 0.69 | 0.46 |
| Hex | 25 | 8D | C8 | 52 | 1D | 0 | 16 | CA | 45 | 2E |
| Octal | 45 | 215 | 310 | 122 | 35 | 0 | 26 | 312 | 105 | 56 |
| Binary | 100101 | 10001101 | 11001000 | 1010010 | 11101 | 0 | 10110 | 11001010 | 1000101 | 101110 |
Color Harmonies of #258DC8
Complementary color
Monochromatic Colors of #258DC8
Black with #258DC8
Text Example
Text Example
White with #258DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258DC8; }
p { color: rgb(37,141,200); }
H1.HeaderClassName
{
color: #258DC8;
}
.AnyTagClassName
{
color: #258DC8;
}
</style>
background-color css
<style>
a { background-color: #258DC8; }
a { background-color: rgb(37,141,200); }
div.DivClassName
{
background-color: #258DC8;
}
.BgClassName
{
background-color: #258DC8;
}
</style>
border-color css
<style>
span { border-color: #258DC8; }
span { border-color: rgb(37,141,200); }
td.TdClassName
{
border-color: #258DC8;
}
.TagClassName
{
border-color: #258DC8;
}
</style>