Shades of Pelorous #249DCB
Tints of Pelorous #249DCB
RGB
CMYK
RGB Variations
Color information
#249DCB (or 0x249DCB) is known color: Pelorous. HEX triplet: 24, 9D and CB. RGB value is (36,157,203). Sum of RGB (Red+Green+Blue) = 36+157+203=396 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.09% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #249DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249DCB is #DB6234. Grayscale: #7D7D7D. Windows color (decimal): -14377525 or 13344036. OLE color: 13344036.
HSL color Cylindrical-coordinate representation of color #249DCB: hue angle of 196.53º 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 #249DCB is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 157 | 203 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.20 |
| HSL | 196.53º | 0.7% | 0.47% | - |
| HSV(B) | 196.53º | 0.82% | 0.8% | - |
| XYZ | 23.56 | 28.8 | 60.82 | - |
| YUV | 126.07 | 171.41 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 157 | 203 | 0.82 | 0.23 | 0 | 0.20 | 196.53 | 0.7 | 0.47 |
| Hex | 24 | 9D | CB | 52 | 17 | 0 | 14 | C5 | 46 | 2F |
| Octal | 44 | 235 | 313 | 122 | 27 | 0 | 24 | 305 | 106 | 57 |
| Binary | 100100 | 10011101 | 11001011 | 1010010 | 10111 | 0 | 10100 | 11000101 | 1000110 | 101111 |
Color Harmonies of #249DCB
Complementary color
Monochromatic Colors of #249DCB
Black with #249DCB
Text Example
Text Example
White with #249DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249DCB; }
p { color: rgb(36,157,203); }
H1.HeaderClassName
{
color: #249DCB;
}
.AnyTagClassName
{
color: #249DCB;
}
</style>
background-color css
<style>
a { background-color: #249DCB; }
a { background-color: rgb(36,157,203); }
div.DivClassName
{
background-color: #249DCB;
}
.BgClassName
{
background-color: #249DCB;
}
</style>
border-color css
<style>
span { border-color: #249DCB; }
span { border-color: rgb(36,157,203); }
td.TdClassName
{
border-color: #249DCB;
}
.TagClassName
{
border-color: #249DCB;
}
</style>