Shades of Pelorous #2499BF
Tints of Pelorous #2499BF
RGB
CMYK
RGB Variations
Color information
#2499BF (or 0x2499BF) is known color: Pelorous. HEX triplet: 24, 99 and BF. RGB value is (36,153,191). Sum of RGB (Red+Green+Blue) = 36+153+191=380 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.47% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #2499BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2499BF is #DB6640. Grayscale: #7A7A7A. Windows color (decimal): -14378561 or 12556580. OLE color: 12556580.
HSL color Cylindrical-coordinate representation of color #2499BF: hue angle of 194.71º 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 #2499BF is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 153 | 191 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.25 |
| HSL | 194.71º | 0.68% | 0.45% | - |
| HSV(B) | 194.71º | 0.81% | 0.75% | - |
| XYZ | 21.52 | 26.92 | 53.35 | - |
| YUV | 122.35 | 166.74 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 191 | 0.81 | 0.20 | 0 | 0.25 | 194.71 | 0.68 | 0.45 |
| Hex | 24 | 99 | BF | 51 | 14 | 0 | 19 | C3 | 44 | 2D |
| Octal | 44 | 231 | 277 | 121 | 24 | 0 | 31 | 303 | 104 | 55 |
| Binary | 100100 | 10011001 | 10111111 | 1010001 | 10100 | 0 | 11001 | 11000011 | 1000100 | 101101 |
Color Harmonies of #2499BF
Complementary color
Monochromatic Colors of #2499BF
Black with #2499BF
Text Example
Text Example
White with #2499BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2499BF; }
p { color: rgb(36,153,191); }
H1.HeaderClassName
{
color: #2499BF;
}
.AnyTagClassName
{
color: #2499BF;
}
</style>
background-color css
<style>
a { background-color: #2499BF; }
a { background-color: rgb(36,153,191); }
div.DivClassName
{
background-color: #2499BF;
}
.BgClassName
{
background-color: #2499BF;
}
</style>
border-color css
<style>
span { border-color: #2499BF; }
span { border-color: rgb(36,153,191); }
td.TdClassName
{
border-color: #2499BF;
}
.TagClassName
{
border-color: #2499BF;
}
</style>