Shades of Pelorous #2498CF
Tints of Pelorous #2498CF
RGB
CMYK
RGB Variations
Color information
#2498CF (or 0x2498CF) is known color: Pelorous. HEX triplet: 24, 98 and CF. RGB value is (36,152,207). Sum of RGB (Red+Green+Blue) = 36+152+207=395 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.11% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #2498CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2498CF is #DB6730. Grayscale: #7B7B7B. Windows color (decimal): -14378801 or 13604900. OLE color: 13604900.
HSL color Cylindrical-coordinate representation of color #2498CF: hue angle of 199.3º 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 #2498CF is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 152 | 207 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.19 |
| HSL | 199.3º | 0.7% | 0.48% | - |
| HSV(B) | 199.3º | 0.83% | 0.81% | - |
| XYZ | 23.22 | 27.34 | 63.08 | - |
| YUV | 123.59 | 175.07 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 152 | 207 | 0.83 | 0.27 | 0 | 0.19 | 199.3 | 0.7 | 0.48 |
| Hex | 24 | 98 | CF | 53 | 1B | 0 | 13 | C7 | 46 | 30 |
| Octal | 44 | 230 | 317 | 123 | 33 | 0 | 23 | 307 | 106 | 60 |
| Binary | 100100 | 10011000 | 11001111 | 1010011 | 11011 | 0 | 10011 | 11000111 | 1000110 | 110000 |
Color Harmonies of #2498CF
Complementary color
Monochromatic Colors of #2498CF
Black with #2498CF
Text Example
Text Example
White with #2498CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2498CF; }
p { color: rgb(36,152,207); }
H1.HeaderClassName
{
color: #2498CF;
}
.AnyTagClassName
{
color: #2498CF;
}
</style>
background-color css
<style>
a { background-color: #2498CF; }
a { background-color: rgb(36,152,207); }
div.DivClassName
{
background-color: #2498CF;
}
.BgClassName
{
background-color: #2498CF;
}
</style>
border-color css
<style>
span { border-color: #2498CF; }
span { border-color: rgb(36,152,207); }
td.TdClassName
{
border-color: #2498CF;
}
.TagClassName
{
border-color: #2498CF;
}
</style>