Shades of Pelorous #259DBB
Tints of Pelorous #259DBB
RGB
CMYK
RGB Variations
Color information
#259DBB (or 0x259DBB) is known color: Pelorous. HEX triplet: 25, 9D and BB. RGB value is (37,157,187). Sum of RGB (Red+Green+Blue) = 37+157+187=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #259DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259DBB is #DA6244. Grayscale: #7C7C7C. Windows color (decimal): -14312005 or 12295461. OLE color: 12295461.
HSL color Cylindrical-coordinate representation of color #259DBB: hue angle of 192º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #259DBB is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 157 | 187 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.27 |
| HSL | 192º | 0.67% | 0.44% | - |
| HSV(B) | 192º | 0.8% | 0.73% | - |
| XYZ | 21.79 | 28.1 | 51.29 | - |
| YUV | 124.54 | 163.24 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 157 | 187 | 0.80 | 0.16 | 0 | 0.27 | 192 | 0.67 | 0.44 |
| Hex | 25 | 9D | BB | 50 | 10 | 0 | 1B | C0 | 43 | 2C |
| Octal | 45 | 235 | 273 | 120 | 20 | 0 | 33 | 300 | 103 | 54 |
| Binary | 100101 | 10011101 | 10111011 | 1010000 | 10000 | 0 | 11011 | 11000000 | 1000011 | 101100 |
Color Harmonies of #259DBB
Complementary color
Monochromatic Colors of #259DBB
Black with #259DBB
Text Example
Text Example
White with #259DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259DBB; }
p { color: rgb(37,157,187); }
H1.HeaderClassName
{
color: #259DBB;
}
.AnyTagClassName
{
color: #259DBB;
}
</style>
background-color css
<style>
a { background-color: #259DBB; }
a { background-color: rgb(37,157,187); }
div.DivClassName
{
background-color: #259DBB;
}
.BgClassName
{
background-color: #259DBB;
}
</style>
border-color css
<style>
span { border-color: #259DBB; }
span { border-color: rgb(37,157,187); }
td.TdClassName
{
border-color: #259DBB;
}
.TagClassName
{
border-color: #259DBB;
}
</style>