Shades of Pelorous #258FC9
Tints of Pelorous #258FC9
RGB
CMYK
RGB Variations
Color information
#258FC9 (or 0x258FC9) is known color: Pelorous. HEX triplet: 25, 8F and C9. RGB value is (37,143,201). Sum of RGB (Red+Green+Blue) = 37+143+201=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #258FC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258FC9 is #DA7036. Grayscale: #757575. Windows color (decimal): -14315575 or 13209381. OLE color: 13209381.
HSL color Cylindrical-coordinate representation of color #258FC9: hue angle of 201.22º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #258FC9 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 143 | 201 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.21 |
| HSL | 201.22º | 0.69% | 0.47% | - |
| HSV(B) | 201.22º | 0.82% | 0.79% | - |
| XYZ | 21.13 | 24.26 | 58.83 | - |
| YUV | 117.92 | 174.88 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 201 | 0.82 | 0.29 | 0 | 0.21 | 201.22 | 0.69 | 0.47 |
| Hex | 25 | 8F | C9 | 52 | 1D | 0 | 15 | C9 | 45 | 2F |
| Octal | 45 | 217 | 311 | 122 | 35 | 0 | 25 | 311 | 105 | 57 |
| Binary | 100101 | 10001111 | 11001001 | 1010010 | 11101 | 0 | 10101 | 11001001 | 1000101 | 101111 |
Color Harmonies of #258FC9
Complementary color
Monochromatic Colors of #258FC9
Black with #258FC9
Text Example
Text Example
White with #258FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258FC9; }
p { color: rgb(37,143,201); }
H1.HeaderClassName
{
color: #258FC9;
}
.AnyTagClassName
{
color: #258FC9;
}
</style>
background-color css
<style>
a { background-color: #258FC9; }
a { background-color: rgb(37,143,201); }
div.DivClassName
{
background-color: #258FC9;
}
.BgClassName
{
background-color: #258FC9;
}
</style>
border-color css
<style>
span { border-color: #258FC9; }
span { border-color: rgb(37,143,201); }
td.TdClassName
{
border-color: #258FC9;
}
.TagClassName
{
border-color: #258FC9;
}
</style>