Shades of Pelorous #248EBA
Tints of Pelorous #248EBA
RGB
CMYK
RGB Variations
Color information
#248EBA (or 0x248EBA) is known color: Pelorous. HEX triplet: 24, 8E and BA. RGB value is (36,142,186). Sum of RGB (Red+Green+Blue) = 36+142+186=364 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.89% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #248EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248EBA is #DB7145. Grayscale: #737373. Windows color (decimal): -14381382 or 12226084. OLE color: 12226084.
HSL color Cylindrical-coordinate representation of color #248EBA: hue angle of 197.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #248EBA is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 142 | 186 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.27 |
| HSL | 197.6º | 0.68% | 0.44% | - |
| HSV(B) | 197.6º | 0.81% | 0.73% | - |
| XYZ | 19.26 | 23.27 | 49.93 | - |
| YUV | 115.32 | 167.88 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 186 | 0.81 | 0.24 | 0 | 0.27 | 197.6 | 0.68 | 0.44 |
| Hex | 24 | 8E | BA | 51 | 18 | 0 | 1B | C6 | 44 | 2C |
| Octal | 44 | 216 | 272 | 121 | 30 | 0 | 33 | 306 | 104 | 54 |
| Binary | 100100 | 10001110 | 10111010 | 1010001 | 11000 | 0 | 11011 | 11000110 | 1000100 | 101100 |
Color Harmonies of #248EBA
Complementary color
Monochromatic Colors of #248EBA
Black with #248EBA
Text Example
Text Example
White with #248EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248EBA; }
p { color: rgb(36,142,186); }
H1.HeaderClassName
{
color: #248EBA;
}
.AnyTagClassName
{
color: #248EBA;
}
</style>
background-color css
<style>
a { background-color: #248EBA; }
a { background-color: rgb(36,142,186); }
div.DivClassName
{
background-color: #248EBA;
}
.BgClassName
{
background-color: #248EBA;
}
</style>
border-color css
<style>
span { border-color: #248EBA; }
span { border-color: rgb(36,142,186); }
td.TdClassName
{
border-color: #248EBA;
}
.TagClassName
{
border-color: #248EBA;
}
</style>