Shades of Pelorous #2499CB
Tints of Pelorous #2499CB
RGB
CMYK
RGB Variations
Color information
#2499CB (or 0x2499CB) is known color: Pelorous. HEX triplet: 24, 99 and CB. RGB value is (36,153,203). Sum of RGB (Red+Green+Blue) = 36+153+203=392 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.18% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #2499CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2499CB is #DB6634. Grayscale: #7B7B7B. Windows color (decimal): -14378549 or 13343012. OLE color: 13343012.
HSL color Cylindrical-coordinate representation of color #2499CB: hue angle of 197.96º degrees, saturation: 0.7, 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 #2499CB is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 153 | 203 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.20 |
| HSL | 197.96º | 0.7% | 0.47% | - |
| HSV(B) | 197.96º | 0.82% | 0.8% | - |
| XYZ | 22.9 | 27.47 | 60.6 | - |
| YUV | 123.72 | 172.74 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 203 | 0.82 | 0.25 | 0 | 0.20 | 197.96 | 0.7 | 0.47 |
| Hex | 24 | 99 | CB | 52 | 19 | 0 | 14 | C6 | 46 | 2F |
| Octal | 44 | 231 | 313 | 122 | 31 | 0 | 24 | 306 | 106 | 57 |
| Binary | 100100 | 10011001 | 11001011 | 1010010 | 11001 | 0 | 10100 | 11000110 | 1000110 | 101111 |
Color Harmonies of #2499CB
Complementary color
Monochromatic Colors of #2499CB
Black with #2499CB
Text Example
Text Example
White with #2499CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2499CB; }
p { color: rgb(36,153,203); }
H1.HeaderClassName
{
color: #2499CB;
}
.AnyTagClassName
{
color: #2499CB;
}
</style>
background-color css
<style>
a { background-color: #2499CB; }
a { background-color: rgb(36,153,203); }
div.DivClassName
{
background-color: #2499CB;
}
.BgClassName
{
background-color: #2499CB;
}
</style>
border-color css
<style>
span { border-color: #2499CB; }
span { border-color: rgb(36,153,203); }
td.TdClassName
{
border-color: #2499CB;
}
.TagClassName
{
border-color: #2499CB;
}
</style>