Shades of Pelorous #2495BF
Tints of Pelorous #2495BF
RGB
CMYK
RGB Variations
Color information
#2495BF (or 0x2495BF) is known color: Pelorous. HEX triplet: 24, 95 and BF. RGB value is (36,149,191). Sum of RGB (Red+Green+Blue) = 36+149+191=376 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.57% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #2495BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2495BF is #DB6A40. Grayscale: #777777. Windows color (decimal): -14379585 or 12555556. OLE color: 12555556.
HSL color Cylindrical-coordinate representation of color #2495BF: hue angle of 196.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 #2495BF is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 149 | 191 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.25 |
| HSL | 196.26º | 0.68% | 0.45% | - |
| HSV(B) | 196.26º | 0.81% | 0.75% | - |
| XYZ | 20.88 | 25.63 | 53.14 | - |
| YUV | 120 | 168.06 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 191 | 0.81 | 0.22 | 0 | 0.25 | 196.26 | 0.68 | 0.45 |
| Hex | 24 | 95 | BF | 51 | 16 | 0 | 19 | C4 | 44 | 2D |
| Octal | 44 | 225 | 277 | 121 | 26 | 0 | 31 | 304 | 104 | 55 |
| Binary | 100100 | 10010101 | 10111111 | 1010001 | 10110 | 0 | 11001 | 11000100 | 1000100 | 101101 |
Color Harmonies of #2495BF
Complementary color
Monochromatic Colors of #2495BF
Black with #2495BF
Text Example
Text Example
White with #2495BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2495BF; }
p { color: rgb(36,149,191); }
H1.HeaderClassName
{
color: #2495BF;
}
.AnyTagClassName
{
color: #2495BF;
}
</style>
background-color css
<style>
a { background-color: #2495BF; }
a { background-color: rgb(36,149,191); }
div.DivClassName
{
background-color: #2495BF;
}
.BgClassName
{
background-color: #2495BF;
}
</style>
border-color css
<style>
span { border-color: #2495BF; }
span { border-color: rgb(36,149,191); }
td.TdClassName
{
border-color: #2495BF;
}
.TagClassName
{
border-color: #2495BF;
}
</style>