Shades of Pelorous #2D95C8
Tints of Pelorous #2D95C8
RGB
CMYK
RGB Variations
Color information
#2D95C8 (or 0x2D95C8) is known color: Pelorous. HEX triplet: 2D, 95 and C8. RGB value is (45,149,200). Sum of RGB (Red+Green+Blue) = 45+149+200=394 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.42% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #2D95C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D95C8 is #D26A37. Grayscale: #7B7B7B. Windows color (decimal): -13789752 or 13145389. OLE color: 13145389.
HSL color Cylindrical-coordinate representation of color #2D95C8: hue angle of 199.74º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D95C8 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 149 | 200 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.22 |
| HSL | 199.74º | 0.63% | 0.48% | - |
| HSV(B) | 199.74º | 0.78% | 0.78% | - |
| XYZ | 22.25 | 26.22 | 58.53 | - |
| YUV | 123.72 | 171.04 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 149 | 200 | 0.78 | 0.26 | 0 | 0.22 | 199.74 | 0.63 | 0.48 |
| Hex | 2D | 95 | C8 | 4E | 1A | 0 | 16 | C8 | 3F | 30 |
| Octal | 55 | 225 | 310 | 116 | 32 | 0 | 26 | 310 | 77 | 60 |
| Binary | 101101 | 10010101 | 11001000 | 1001110 | 11010 | 0 | 10110 | 11001000 | 111111 | 110000 |
Color Harmonies of #2D95C8
Complementary color
Monochromatic Colors of #2D95C8
Black with #2D95C8
Text Example
Text Example
White with #2D95C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D95C8; }
p { color: rgb(45,149,200); }
H1.HeaderClassName
{
color: #2D95C8;
}
.AnyTagClassName
{
color: #2D95C8;
}
</style>
background-color css
<style>
a { background-color: #2D95C8; }
a { background-color: rgb(45,149,200); }
div.DivClassName
{
background-color: #2D95C8;
}
.BgClassName
{
background-color: #2D95C8;
}
</style>
border-color css
<style>
span { border-color: #2D95C8; }
span { border-color: rgb(45,149,200); }
td.TdClassName
{
border-color: #2D95C8;
}
.TagClassName
{
border-color: #2D95C8;
}
</style>