Shades of Pelorous #2496CF
Tints of Pelorous #2496CF
RGB
CMYK
RGB Variations
Color information
#2496CF (or 0x2496CF) is known color: Pelorous. HEX triplet: 24, 96 and CF. RGB value is (36,150,207). Sum of RGB (Red+Green+Blue) = 36+150+207=393 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.16% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #2496CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2496CF is #DB6930. Grayscale: #7A7A7A. Windows color (decimal): -14379313 or 13604388. OLE color: 13604388.
HSL color Cylindrical-coordinate representation of color #2496CF: hue angle of 200º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2496CF is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 150 | 207 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.19 |
| HSL | 200º | 0.7% | 0.48% | - |
| HSV(B) | 200º | 0.83% | 0.81% | - |
| XYZ | 22.9 | 26.69 | 62.98 | - |
| YUV | 122.41 | 175.73 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 150 | 207 | 0.83 | 0.28 | 0 | 0.19 | 200 | 0.7 | 0.48 |
| Hex | 24 | 96 | CF | 53 | 1C | 0 | 13 | C8 | 46 | 30 |
| Octal | 44 | 226 | 317 | 123 | 34 | 0 | 23 | 310 | 106 | 60 |
| Binary | 100100 | 10010110 | 11001111 | 1010011 | 11100 | 0 | 10011 | 11001000 | 1000110 | 110000 |
Color Harmonies of #2496CF
Complementary color
Monochromatic Colors of #2496CF
Black with #2496CF
Text Example
Text Example
White with #2496CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2496CF; }
p { color: rgb(36,150,207); }
H1.HeaderClassName
{
color: #2496CF;
}
.AnyTagClassName
{
color: #2496CF;
}
</style>
background-color css
<style>
a { background-color: #2496CF; }
a { background-color: rgb(36,150,207); }
div.DivClassName
{
background-color: #2496CF;
}
.BgClassName
{
background-color: #2496CF;
}
</style>
border-color css
<style>
span { border-color: #2496CF; }
span { border-color: rgb(36,150,207); }
td.TdClassName
{
border-color: #2496CF;
}
.TagClassName
{
border-color: #2496CF;
}
</style>