Shades of Pelorous #249DCD
Tints of Pelorous #249DCD
RGB
CMYK
RGB Variations
Color information
#249DCD (or 0x249DCD) is known color: Pelorous. HEX triplet: 24, 9D and CD. RGB value is (36,157,205). Sum of RGB (Red+Green+Blue) = 36+157+205=398 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.05% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #249DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249DCD is #DB6232. Grayscale: #7D7D7D. Windows color (decimal): -14377523 or 13475108. OLE color: 13475108.
HSL color Cylindrical-coordinate representation of color #249DCD: hue angle of 197.04º 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 #249DCD is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 157 | 205 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.20 |
| HSL | 197.04º | 0.7% | 0.47% | - |
| HSV(B) | 197.04º | 0.82% | 0.8% | - |
| XYZ | 23.8 | 28.9 | 62.08 | - |
| YUV | 126.29 | 172.41 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 157 | 205 | 0.82 | 0.23 | 0 | 0.20 | 197.04 | 0.7 | 0.47 |
| Hex | 24 | 9D | CD | 52 | 17 | 0 | 14 | C5 | 46 | 2F |
| Octal | 44 | 235 | 315 | 122 | 27 | 0 | 24 | 305 | 106 | 57 |
| Binary | 100100 | 10011101 | 11001101 | 1010010 | 10111 | 0 | 10100 | 11000101 | 1000110 | 101111 |
Color Harmonies of #249DCD
Complementary color
Monochromatic Colors of #249DCD
Black with #249DCD
Text Example
Text Example
White with #249DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249DCD; }
p { color: rgb(36,157,205); }
H1.HeaderClassName
{
color: #249DCD;
}
.AnyTagClassName
{
color: #249DCD;
}
</style>
background-color css
<style>
a { background-color: #249DCD; }
a { background-color: rgb(36,157,205); }
div.DivClassName
{
background-color: #249DCD;
}
.BgClassName
{
background-color: #249DCD;
}
</style>
border-color css
<style>
span { border-color: #249DCD; }
span { border-color: rgb(36,157,205); }
td.TdClassName
{
border-color: #249DCD;
}
.TagClassName
{
border-color: #249DCD;
}
</style>