Shades of Pelorous #248ECE
Tints of Pelorous #248ECE
RGB
CMYK
RGB Variations
Color information
#248ECE (or 0x248ECE) is known color: Pelorous. HEX triplet: 24, 8E and CE. RGB value is (36,142,206). Sum of RGB (Red+Green+Blue) = 36+142+206=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #248ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248ECE is #DB7131. Grayscale: #757575. Windows color (decimal): -14381362 or 13536804. OLE color: 13536804.
HSL color Cylindrical-coordinate representation of color #248ECE: hue angle of 202.59º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #248ECE is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 142 | 206 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.19 |
| HSL | 202.59º | 0.7% | 0.47% | - |
| HSV(B) | 202.59º | 0.83% | 0.81% | - |
| XYZ | 21.54 | 24.18 | 61.92 | - |
| YUV | 117.6 | 177.88 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 206 | 0.83 | 0.31 | 0 | 0.19 | 202.59 | 0.7 | 0.47 |
| Hex | 24 | 8E | CE | 53 | 1F | 0 | 13 | CB | 46 | 2F |
| Octal | 44 | 216 | 316 | 123 | 37 | 0 | 23 | 313 | 106 | 57 |
| Binary | 100100 | 10001110 | 11001110 | 1010011 | 11111 | 0 | 10011 | 11001011 | 1000110 | 101111 |
Color Harmonies of #248ECE
Complementary color
Monochromatic Colors of #248ECE
Black with #248ECE
Text Example
Text Example
White with #248ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248ECE; }
p { color: rgb(36,142,206); }
H1.HeaderClassName
{
color: #248ECE;
}
.AnyTagClassName
{
color: #248ECE;
}
</style>
background-color css
<style>
a { background-color: #248ECE; }
a { background-color: rgb(36,142,206); }
div.DivClassName
{
background-color: #248ECE;
}
.BgClassName
{
background-color: #248ECE;
}
</style>
border-color css
<style>
span { border-color: #248ECE; }
span { border-color: rgb(36,142,206); }
td.TdClassName
{
border-color: #248ECE;
}
.TagClassName
{
border-color: #248ECE;
}
</style>