Shades of Pelorous #248FCD
Tints of Pelorous #248FCD
RGB
CMYK
RGB Variations
Color information
#248FCD (or 0x248FCD) is known color: Pelorous. HEX triplet: 24, 8F and CD. RGB value is (36,143,205). Sum of RGB (Red+Green+Blue) = 36+143+205=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #248FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248FCD is #DB7032. Grayscale: #757575. Windows color (decimal): -14381107 or 13471524. OLE color: 13471524.
HSL color Cylindrical-coordinate representation of color #248FCD: hue angle of 202.01º 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 #248FCD is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 143 | 205 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.20 |
| HSL | 202.01º | 0.7% | 0.47% | - |
| HSV(B) | 202.01º | 0.82% | 0.8% | - |
| XYZ | 21.57 | 24.43 | 61.34 | - |
| YUV | 118.08 | 177.05 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 205 | 0.82 | 0.30 | 0 | 0.20 | 202.01 | 0.7 | 0.47 |
| Hex | 24 | 8F | CD | 52 | 1E | 0 | 14 | CA | 46 | 2F |
| Octal | 44 | 217 | 315 | 122 | 36 | 0 | 24 | 312 | 106 | 57 |
| Binary | 100100 | 10001111 | 11001101 | 1010010 | 11110 | 0 | 10100 | 11001010 | 1000110 | 101111 |
Color Harmonies of #248FCD
Complementary color
Monochromatic Colors of #248FCD
Black with #248FCD
Text Example
Text Example
White with #248FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248FCD; }
p { color: rgb(36,143,205); }
H1.HeaderClassName
{
color: #248FCD;
}
.AnyTagClassName
{
color: #248FCD;
}
</style>
background-color css
<style>
a { background-color: #248FCD; }
a { background-color: rgb(36,143,205); }
div.DivClassName
{
background-color: #248FCD;
}
.BgClassName
{
background-color: #248FCD;
}
</style>
border-color css
<style>
span { border-color: #248FCD; }
span { border-color: rgb(36,143,205); }
td.TdClassName
{
border-color: #248FCD;
}
.TagClassName
{
border-color: #248FCD;
}
</style>