Shades of Pelorous #258AB7
Tints of Pelorous #258AB7
RGB
CMYK
RGB Variations
Color information
#258AB7 (or 0x258AB7) is known color: Pelorous. HEX triplet: 25, 8A and B7. RGB value is (37,138,183). Sum of RGB (Red+Green+Blue) = 37+138+183=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 183 (71.88% from 255 or 51.12% from 358); Max value from RGB is 183 - color contains mainly: blue. Hex color #258AB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258AB7 is #DA7548. Grayscale: #707070. Windows color (decimal): -14316873 or 12028453. OLE color: 12028453.
HSL color Cylindrical-coordinate representation of color #258AB7: hue angle of 198.49º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #258AB7 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 37 | 138 | 183 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.28 |
| HSL | 198.49º | 0.66% | 0.43% | - |
| HSV(B) | 198.49º | 0.8% | 0.72% | - |
| XYZ | 18.4 | 21.99 | 48.07 | - |
| YUV | 112.93 | 167.54 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 183 | 0.80 | 0.25 | 0 | 0.28 | 198.49 | 0.66 | 0.43 |
| Hex | 25 | 8A | B7 | 50 | 19 | 0 | 1C | C6 | 42 | 2B |
| Octal | 45 | 212 | 267 | 120 | 31 | 0 | 34 | 306 | 102 | 53 |
| Binary | 100101 | 10001010 | 10110111 | 1010000 | 11001 | 0 | 11100 | 11000110 | 1000010 | 101011 |
Color Harmonies of #258AB7
Complementary color
Monochromatic Colors of #258AB7
Black with #258AB7
Text Example
Text Example
White with #258AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258AB7; }
p { color: rgb(37,138,183); }
H1.HeaderClassName
{
color: #258AB7;
}
.AnyTagClassName
{
color: #258AB7;
}
</style>
background-color css
<style>
a { background-color: #258AB7; }
a { background-color: rgb(37,138,183); }
div.DivClassName
{
background-color: #258AB7;
}
.BgClassName
{
background-color: #258AB7;
}
</style>
border-color css
<style>
span { border-color: #258AB7; }
span { border-color: rgb(37,138,183); }
td.TdClassName
{
border-color: #258AB7;
}
.TagClassName
{
border-color: #258AB7;
}
</style>