Shades of Pelorous #2594CF
Tints of Pelorous #2594CF
RGB
CMYK
RGB Variations
Color information
#2594CF (or 0x2594CF) is known color: Pelorous. HEX triplet: 25, 94 and CF. RGB value is (37,148,207). Sum of RGB (Red+Green+Blue) = 37+148+207=392 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.44% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #2594CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2594CF is #DA6B30. Grayscale: #797979. Windows color (decimal): -14314289 or 13603877. OLE color: 13603877.
HSL color Cylindrical-coordinate representation of color #2594CF: hue angle of 200.82º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2594CF is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 148 | 207 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.19 |
| HSL | 200.82º | 0.7% | 0.48% | - |
| HSV(B) | 200.82º | 0.82% | 0.81% | - |
| XYZ | 22.62 | 26.08 | 62.87 | - |
| YUV | 121.54 | 176.23 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 207 | 0.82 | 0.29 | 0 | 0.19 | 200.82 | 0.7 | 0.48 |
| Hex | 25 | 94 | CF | 52 | 1D | 0 | 13 | C9 | 46 | 30 |
| Octal | 45 | 224 | 317 | 122 | 35 | 0 | 23 | 311 | 106 | 60 |
| Binary | 100101 | 10010100 | 11001111 | 1010010 | 11101 | 0 | 10011 | 11001001 | 1000110 | 110000 |
Color Harmonies of #2594CF
Complementary color
Monochromatic Colors of #2594CF
Black with #2594CF
Text Example
Text Example
White with #2594CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2594CF; }
p { color: rgb(37,148,207); }
H1.HeaderClassName
{
color: #2594CF;
}
.AnyTagClassName
{
color: #2594CF;
}
</style>
background-color css
<style>
a { background-color: #2594CF; }
a { background-color: rgb(37,148,207); }
div.DivClassName
{
background-color: #2594CF;
}
.BgClassName
{
background-color: #2594CF;
}
</style>
border-color css
<style>
span { border-color: #2594CF; }
span { border-color: rgb(37,148,207); }
td.TdClassName
{
border-color: #2594CF;
}
.TagClassName
{
border-color: #2594CF;
}
</style>