Shades of Pelorous #248DCB
Tints of Pelorous #248DCB
RGB
CMYK
RGB Variations
Color information
#248DCB (or 0x248DCB) is known color: Pelorous. HEX triplet: 24, 8D and CB. RGB value is (36,141,203). Sum of RGB (Red+Green+Blue) = 36+141+203=380 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.47% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #248DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248DCB is #DB7234. Grayscale: #747474. Windows color (decimal): -14381621 or 13339940. OLE color: 13339940.
HSL color Cylindrical-coordinate representation of color #248DCB: hue angle of 202.28º 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 #248DCB is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 141 | 203 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.20 |
| HSL | 202.28º | 0.7% | 0.47% | - |
| HSV(B) | 202.28º | 0.82% | 0.8% | - |
| XYZ | 21.03 | 23.74 | 59.97 | - |
| YUV | 116.67 | 176.71 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 203 | 0.82 | 0.31 | 0 | 0.20 | 202.28 | 0.7 | 0.47 |
| Hex | 24 | 8D | CB | 52 | 1F | 0 | 14 | CA | 46 | 2F |
| Octal | 44 | 215 | 313 | 122 | 37 | 0 | 24 | 312 | 106 | 57 |
| Binary | 100100 | 10001101 | 11001011 | 1010010 | 11111 | 0 | 10100 | 11001010 | 1000110 | 101111 |
Color Harmonies of #248DCB
Complementary color
Monochromatic Colors of #248DCB
Black with #248DCB
Text Example
Text Example
White with #248DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248DCB; }
p { color: rgb(36,141,203); }
H1.HeaderClassName
{
color: #248DCB;
}
.AnyTagClassName
{
color: #248DCB;
}
</style>
background-color css
<style>
a { background-color: #248DCB; }
a { background-color: rgb(36,141,203); }
div.DivClassName
{
background-color: #248DCB;
}
.BgClassName
{
background-color: #248DCB;
}
</style>
border-color css
<style>
span { border-color: #248DCB; }
span { border-color: rgb(36,141,203); }
td.TdClassName
{
border-color: #248DCB;
}
.TagClassName
{
border-color: #248DCB;
}
</style>