Shades of Pelorous #248EC7
Tints of Pelorous #248EC7
RGB
CMYK
RGB Variations
Color information
#248EC7 (or 0x248EC7) is known color: Pelorous. HEX triplet: 24, 8E and C7. RGB value is (36,142,199). Sum of RGB (Red+Green+Blue) = 36+142+199=377 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.55% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 199 (78.12% from 255 or 52.79% from 377); Max value from RGB is 199 - color contains mainly: blue. Hex color #248EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248EC7 is #DB7138. Grayscale: #747474. Windows color (decimal): -14381369 or 13078052. OLE color: 13078052.
HSL color Cylindrical-coordinate representation of color #248EC7: hue angle of 200.98º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #248EC7 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 36 | 142 | 199 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.22 |
| HSL | 200.98º | 0.69% | 0.46% | - |
| HSV(B) | 200.98º | 0.82% | 0.78% | - |
| XYZ | 20.71 | 23.84 | 57.54 | - |
| YUV | 116.8 | 174.38 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 199 | 0.82 | 0.29 | 0 | 0.22 | 200.98 | 0.69 | 0.46 |
| Hex | 24 | 8E | C7 | 52 | 1D | 0 | 16 | C9 | 45 | 2E |
| Octal | 44 | 216 | 307 | 122 | 35 | 0 | 26 | 311 | 105 | 56 |
| Binary | 100100 | 10001110 | 11000111 | 1010010 | 11101 | 0 | 10110 | 11001001 | 1000101 | 101110 |
Color Harmonies of #248EC7
Complementary color
Monochromatic Colors of #248EC7
Black with #248EC7
Text Example
Text Example
White with #248EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248EC7; }
p { color: rgb(36,142,199); }
H1.HeaderClassName
{
color: #248EC7;
}
.AnyTagClassName
{
color: #248EC7;
}
</style>
background-color css
<style>
a { background-color: #248EC7; }
a { background-color: rgb(36,142,199); }
div.DivClassName
{
background-color: #248EC7;
}
.BgClassName
{
background-color: #248EC7;
}
</style>
border-color css
<style>
span { border-color: #248EC7; }
span { border-color: rgb(36,142,199); }
td.TdClassName
{
border-color: #248EC7;
}
.TagClassName
{
border-color: #248EC7;
}
</style>