Shades of Pelorous #259FC4
Tints of Pelorous #259FC4
RGB
CMYK
RGB Variations
Color information
#259FC4 (or 0x259FC4) is known color: Pelorous. HEX triplet: 25, 9F and C4. RGB value is (37,159,196). Sum of RGB (Red+Green+Blue) = 37+159+196=392 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.44% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 196 (76.95% from 255 or 50% from 392); Max value from RGB is 196 - color contains mainly: blue. Hex color #259FC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259FC4 is #DA603B. Grayscale: #7E7E7E. Windows color (decimal): -14311484 or 12885797. OLE color: 12885797.
HSL color Cylindrical-coordinate representation of color #259FC4: hue angle of 193.96º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #259FC4 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 159 | 196 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.23 |
| HSL | 193.96º | 0.68% | 0.46% | - |
| HSV(B) | 193.96º | 0.81% | 0.77% | - |
| XYZ | 23.12 | 29.18 | 56.64 | - |
| YUV | 126.74 | 167.08 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 159 | 196 | 0.81 | 0.19 | 0 | 0.23 | 193.96 | 0.68 | 0.46 |
| Hex | 25 | 9F | C4 | 51 | 13 | 0 | 17 | C2 | 44 | 2E |
| Octal | 45 | 237 | 304 | 121 | 23 | 0 | 27 | 302 | 104 | 56 |
| Binary | 100101 | 10011111 | 11000100 | 1010001 | 10011 | 0 | 10111 | 11000010 | 1000100 | 101110 |
Color Harmonies of #259FC4
Complementary color
Monochromatic Colors of #259FC4
Black with #259FC4
Text Example
Text Example
White with #259FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259FC4; }
p { color: rgb(37,159,196); }
H1.HeaderClassName
{
color: #259FC4;
}
.AnyTagClassName
{
color: #259FC4;
}
</style>
background-color css
<style>
a { background-color: #259FC4; }
a { background-color: rgb(37,159,196); }
div.DivClassName
{
background-color: #259FC4;
}
.BgClassName
{
background-color: #259FC4;
}
</style>
border-color css
<style>
span { border-color: #259FC4; }
span { border-color: rgb(37,159,196); }
td.TdClassName
{
border-color: #259FC4;
}
.TagClassName
{
border-color: #259FC4;
}
</style>