Shades of Pelorous #248DB9
Tints of Pelorous #248DB9
RGB
CMYK
RGB Variations
Color information
#248DB9 (or 0x248DB9) is known color: Pelorous. HEX triplet: 24, 8D and B9. RGB value is (36,141,185). Sum of RGB (Red+Green+Blue) = 36+141+185=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #248DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248DB9 is #DB7246. Grayscale: #727272. Windows color (decimal): -14381639 or 12160292. OLE color: 12160292.
HSL color Cylindrical-coordinate representation of color #248DB9: hue angle of 197.72º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #248DB9 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 141 | 185 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.27 |
| HSL | 197.72º | 0.67% | 0.43% | - |
| HSV(B) | 197.72º | 0.81% | 0.73% | - |
| XYZ | 19.01 | 22.93 | 49.32 | - |
| YUV | 114.62 | 167.71 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 185 | 0.81 | 0.24 | 0 | 0.27 | 197.72 | 0.67 | 0.43 |
| Hex | 24 | 8D | B9 | 51 | 18 | 0 | 1B | C6 | 43 | 2B |
| Octal | 44 | 215 | 271 | 121 | 30 | 0 | 33 | 306 | 103 | 53 |
| Binary | 100100 | 10001101 | 10111001 | 1010001 | 11000 | 0 | 11011 | 11000110 | 1000011 | 101011 |
Color Harmonies of #248DB9
Complementary color
Monochromatic Colors of #248DB9
Black with #248DB9
Text Example
Text Example
White with #248DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248DB9; }
p { color: rgb(36,141,185); }
H1.HeaderClassName
{
color: #248DB9;
}
.AnyTagClassName
{
color: #248DB9;
}
</style>
background-color css
<style>
a { background-color: #248DB9; }
a { background-color: rgb(36,141,185); }
div.DivClassName
{
background-color: #248DB9;
}
.BgClassName
{
background-color: #248DB9;
}
</style>
border-color css
<style>
span { border-color: #248DB9; }
span { border-color: rgb(36,141,185); }
td.TdClassName
{
border-color: #248DB9;
}
.TagClassName
{
border-color: #248DB9;
}
</style>