Shades of Pelorous #249CCF
Tints of Pelorous #249CCF
RGB
CMYK
RGB Variations
Color information
#249CCF (or 0x249CCF) is known color: Pelorous. HEX triplet: 24, 9C and CF. RGB value is (36,156,207). Sum of RGB (Red+Green+Blue) = 36+156+207=399 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.02% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #249CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249CCF is #DB6330. Grayscale: #7D7D7D. Windows color (decimal): -14377777 or 13605924. OLE color: 13605924.
HSL color Cylindrical-coordinate representation of color #249CCF: hue angle of 197.89º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #249CCF is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 156 | 207 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.19 |
| HSL | 197.89º | 0.7% | 0.48% | - |
| HSV(B) | 197.89º | 0.83% | 0.81% | - |
| XYZ | 23.88 | 28.66 | 63.3 | - |
| YUV | 125.93 | 173.74 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 207 | 0.83 | 0.25 | 0 | 0.19 | 197.89 | 0.7 | 0.48 |
| Hex | 24 | 9C | CF | 53 | 19 | 0 | 13 | C6 | 46 | 30 |
| Octal | 44 | 234 | 317 | 123 | 31 | 0 | 23 | 306 | 106 | 60 |
| Binary | 100100 | 10011100 | 11001111 | 1010011 | 11001 | 0 | 10011 | 11000110 | 1000110 | 110000 |
Color Harmonies of #249CCF
Complementary color
Monochromatic Colors of #249CCF
Black with #249CCF
Text Example
Text Example
White with #249CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249CCF; }
p { color: rgb(36,156,207); }
H1.HeaderClassName
{
color: #249CCF;
}
.AnyTagClassName
{
color: #249CCF;
}
</style>
background-color css
<style>
a { background-color: #249CCF; }
a { background-color: rgb(36,156,207); }
div.DivClassName
{
background-color: #249CCF;
}
.BgClassName
{
background-color: #249CCF;
}
</style>
border-color css
<style>
span { border-color: #249CCF; }
span { border-color: rgb(36,156,207); }
td.TdClassName
{
border-color: #249CCF;
}
.TagClassName
{
border-color: #249CCF;
}
</style>