Shades of Pelorous #259BCB
Tints of Pelorous #259BCB
RGB
CMYK
RGB Variations
Color information
#259BCB (or 0x259BCB) is known color: Pelorous. HEX triplet: 25, 9B and CB. RGB value is (37,155,203). Sum of RGB (Red+Green+Blue) = 37+155+203=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #259BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259BCB is #DA6434. Grayscale: #7C7C7C. Windows color (decimal): -14312501 or 13343525. OLE color: 13343525.
HSL color Cylindrical-coordinate representation of color #259BCB: hue angle of 197.35º 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 #259BCB is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 155 | 203 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.20 |
| HSL | 197.35º | 0.69% | 0.47% | - |
| HSV(B) | 197.35º | 0.82% | 0.8% | - |
| XYZ | 23.26 | 28.15 | 60.71 | - |
| YUV | 125.19 | 171.91 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 203 | 0.82 | 0.24 | 0 | 0.20 | 197.35 | 0.69 | 0.47 |
| Hex | 25 | 9B | CB | 52 | 18 | 0 | 14 | C5 | 45 | 2F |
| Octal | 45 | 233 | 313 | 122 | 30 | 0 | 24 | 305 | 105 | 57 |
| Binary | 100101 | 10011011 | 11001011 | 1010010 | 11000 | 0 | 10100 | 11000101 | 1000101 | 101111 |
Color Harmonies of #259BCB
Complementary color
Monochromatic Colors of #259BCB
Black with #259BCB
Text Example
Text Example
White with #259BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259BCB; }
p { color: rgb(37,155,203); }
H1.HeaderClassName
{
color: #259BCB;
}
.AnyTagClassName
{
color: #259BCB;
}
</style>
background-color css
<style>
a { background-color: #259BCB; }
a { background-color: rgb(37,155,203); }
div.DivClassName
{
background-color: #259BCB;
}
.BgClassName
{
background-color: #259BCB;
}
</style>
border-color css
<style>
span { border-color: #259BCB; }
span { border-color: rgb(37,155,203); }
td.TdClassName
{
border-color: #259BCB;
}
.TagClassName
{
border-color: #259BCB;
}
</style>