Shades of Pelorous #248ECD
Tints of Pelorous #248ECD
RGB
CMYK
RGB Variations
Color information
#248ECD (or 0x248ECD) is known color: Pelorous. HEX triplet: 24, 8E and CD. RGB value is (36,142,205). Sum of RGB (Red+Green+Blue) = 36+142+205=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #248ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248ECD is #DB7132. Grayscale: #757575. Windows color (decimal): -14381363 or 13471268. OLE color: 13471268.
HSL color Cylindrical-coordinate representation of color #248ECD: hue angle of 202.37º 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 #248ECD is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 142 | 205 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.20 |
| HSL | 202.37º | 0.7% | 0.47% | - |
| HSV(B) | 202.37º | 0.82% | 0.8% | - |
| XYZ | 21.42 | 24.13 | 61.29 | - |
| YUV | 117.49 | 177.38 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 205 | 0.82 | 0.31 | 0 | 0.20 | 202.37 | 0.7 | 0.47 |
| Hex | 24 | 8E | CD | 52 | 1F | 0 | 14 | CA | 46 | 2F |
| Octal | 44 | 216 | 315 | 122 | 37 | 0 | 24 | 312 | 106 | 57 |
| Binary | 100100 | 10001110 | 11001101 | 1010010 | 11111 | 0 | 10100 | 11001010 | 1000110 | 101111 |
Color Harmonies of #248ECD
Complementary color
Monochromatic Colors of #248ECD
Black with #248ECD
Text Example
Text Example
White with #248ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248ECD; }
p { color: rgb(36,142,205); }
H1.HeaderClassName
{
color: #248ECD;
}
.AnyTagClassName
{
color: #248ECD;
}
</style>
background-color css
<style>
a { background-color: #248ECD; }
a { background-color: rgb(36,142,205); }
div.DivClassName
{
background-color: #248ECD;
}
.BgClassName
{
background-color: #248ECD;
}
</style>
border-color css
<style>
span { border-color: #248ECD; }
span { border-color: rgb(36,142,205); }
td.TdClassName
{
border-color: #248ECD;
}
.TagClassName
{
border-color: #248ECD;
}
</style>