Shades of Pelorous #2499D0
Tints of Pelorous #2499D0
RGB
CMYK
RGB Variations
Color information
#2499D0 (or 0x2499D0) is known color: Pelorous. HEX triplet: 24, 99 and D0. RGB value is (36,153,208). Sum of RGB (Red+Green+Blue) = 36+153+208=397 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.07% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #2499D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2499D0 is #DB662F. Grayscale: #7B7B7B. Windows color (decimal): -14378544 or 13670692. OLE color: 13670692.
HSL color Cylindrical-coordinate representation of color #2499D0: hue angle of 199.19º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2499D0 is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 153 | 208 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.18 |
| HSL | 199.19º | 0.7% | 0.48% | - |
| HSV(B) | 199.19º | 0.83% | 0.82% | - |
| XYZ | 23.5 | 27.71 | 63.78 | - |
| YUV | 124.29 | 175.24 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 208 | 0.83 | 0.26 | 0 | 0.18 | 199.19 | 0.7 | 0.48 |
| Hex | 24 | 99 | D0 | 53 | 1A | 0 | 12 | C7 | 46 | 30 |
| Octal | 44 | 231 | 320 | 123 | 32 | 0 | 22 | 307 | 106 | 60 |
| Binary | 100100 | 10011001 | 11010000 | 1010011 | 11010 | 0 | 10010 | 11000111 | 1000110 | 110000 |
Color Harmonies of #2499D0
Complementary color
Monochromatic Colors of #2499D0
Black with #2499D0
Text Example
Text Example
White with #2499D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2499D0; }
p { color: rgb(36,153,208); }
H1.HeaderClassName
{
color: #2499D0;
}
.AnyTagClassName
{
color: #2499D0;
}
</style>
background-color css
<style>
a { background-color: #2499D0; }
a { background-color: rgb(36,153,208); }
div.DivClassName
{
background-color: #2499D0;
}
.BgClassName
{
background-color: #2499D0;
}
</style>
border-color css
<style>
span { border-color: #2499D0; }
span { border-color: rgb(36,153,208); }
td.TdClassName
{
border-color: #2499D0;
}
.TagClassName
{
border-color: #2499D0;
}
</style>