Shades of Pelorous #258FCD
Tints of Pelorous #258FCD
RGB
CMYK
RGB Variations
Color information
#258FCD (or 0x258FCD) is known color: Pelorous. HEX triplet: 25, 8F and CD. RGB value is (37,143,205). Sum of RGB (Red+Green+Blue) = 37+143+205=385 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.61% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #258FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258FCD is #DA7032. Grayscale: #767676. Windows color (decimal): -14315571 or 13471525. OLE color: 13471525.
HSL color Cylindrical-coordinate representation of color #258FCD: hue angle of 202.14º 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 #258FCD is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 143 | 205 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.20 |
| HSL | 202.14º | 0.69% | 0.47% | - |
| HSV(B) | 202.14º | 0.82% | 0.8% | - |
| XYZ | 21.6 | 24.45 | 61.34 | - |
| YUV | 118.37 | 176.88 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 205 | 0.82 | 0.30 | 0 | 0.20 | 202.14 | 0.69 | 0.47 |
| Hex | 25 | 8F | CD | 52 | 1E | 0 | 14 | CA | 45 | 2F |
| Octal | 45 | 217 | 315 | 122 | 36 | 0 | 24 | 312 | 105 | 57 |
| Binary | 100101 | 10001111 | 11001101 | 1010010 | 11110 | 0 | 10100 | 11001010 | 1000101 | 101111 |
Color Harmonies of #258FCD
Complementary color
Monochromatic Colors of #258FCD
Black with #258FCD
Text Example
Text Example
White with #258FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258FCD; }
p { color: rgb(37,143,205); }
H1.HeaderClassName
{
color: #258FCD;
}
.AnyTagClassName
{
color: #258FCD;
}
</style>
background-color css
<style>
a { background-color: #258FCD; }
a { background-color: rgb(37,143,205); }
div.DivClassName
{
background-color: #258FCD;
}
.BgClassName
{
background-color: #258FCD;
}
</style>
border-color css
<style>
span { border-color: #258FCD; }
span { border-color: rgb(37,143,205); }
td.TdClassName
{
border-color: #258FCD;
}
.TagClassName
{
border-color: #258FCD;
}
</style>