Shades of Pelorous #258BBF
Tints of Pelorous #258BBF
RGB
CMYK
RGB Variations
Color information
#258BBF (or 0x258BBF) is known color: Pelorous. HEX triplet: 25, 8B and BF. RGB value is (37,139,191). Sum of RGB (Red+Green+Blue) = 37+139+191=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #258BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258BBF is #DA7440. Grayscale: #727272. Windows color (decimal): -14316609 or 12552997. OLE color: 12552997.
HSL color Cylindrical-coordinate representation of color #258BBF: hue angle of 200.26º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #258BBF is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 139 | 191 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.25 |
| HSL | 200.26º | 0.68% | 0.45% | - |
| HSV(B) | 200.26º | 0.81% | 0.75% | - |
| XYZ | 19.4 | 22.62 | 52.63 | - |
| YUV | 114.43 | 171.21 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 191 | 0.81 | 0.27 | 0 | 0.25 | 200.26 | 0.68 | 0.45 |
| Hex | 25 | 8B | BF | 51 | 1B | 0 | 19 | C8 | 44 | 2D |
| Octal | 45 | 213 | 277 | 121 | 33 | 0 | 31 | 310 | 104 | 55 |
| Binary | 100101 | 10001011 | 10111111 | 1010001 | 11011 | 0 | 11001 | 11001000 | 1000100 | 101101 |
Color Harmonies of #258BBF
Complementary color
Monochromatic Colors of #258BBF
Black with #258BBF
Text Example
Text Example
White with #258BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258BBF; }
p { color: rgb(37,139,191); }
H1.HeaderClassName
{
color: #258BBF;
}
.AnyTagClassName
{
color: #258BBF;
}
</style>
background-color css
<style>
a { background-color: #258BBF; }
a { background-color: rgb(37,139,191); }
div.DivClassName
{
background-color: #258BBF;
}
.BgClassName
{
background-color: #258BBF;
}
</style>
border-color css
<style>
span { border-color: #258BBF; }
span { border-color: rgb(37,139,191); }
td.TdClassName
{
border-color: #258BBF;
}
.TagClassName
{
border-color: #258BBF;
}
</style>