Shades of Summer Sky #2D9FEA
Tints of Summer Sky #2D9FEA
RGB
CMYK
RGB Variations
Color information
#2D9FEA (or 0x2D9FEA) is known color: Summer Sky. HEX triplet: 2D, 9F and EA. RGB value is (45,159,234). Sum of RGB (Red+Green+Blue) = 45+159+234=438 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.27% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D9FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D9FEA is #D26015. Grayscale: #858585. Windows color (decimal): -13787158 or 15376173. OLE color: 15376173.
HSL color Cylindrical-coordinate representation of color #2D9FEA: hue angle of 203.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D9FEA is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 159 | 234 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.08 |
| HSL | 203.81º | 0.82% | 0.55% | - |
| HSV(B) | 203.81º | 0.81% | 0.92% | - |
| XYZ | 28.33 | 31.29 | 82.39 | - |
| YUV | 133.46 | 184.73 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 159 | 234 | 0.81 | 0.32 | 0 | 0.08 | 203.81 | 0.82 | 0.55 |
| Hex | 2D | 9F | EA | 51 | 20 | 0 | 8 | CC | 52 | 37 |
| Octal | 55 | 237 | 352 | 121 | 40 | 0 | 10 | 314 | 122 | 67 |
| Binary | 101101 | 10011111 | 11101010 | 1010001 | 100000 | 0 | 1000 | 11001100 | 1010010 | 110111 |
Color Harmonies of #2D9FEA
Complementary color
Monochromatic Colors of #2D9FEA
Black with #2D9FEA
Text Example
Text Example
White with #2D9FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9FEA; }
p { color: rgb(45,159,234); }
H1.HeaderClassName
{
color: #2D9FEA;
}
.AnyTagClassName
{
color: #2D9FEA;
}
</style>
background-color css
<style>
a { background-color: #2D9FEA; }
a { background-color: rgb(45,159,234); }
div.DivClassName
{
background-color: #2D9FEA;
}
.BgClassName
{
background-color: #2D9FEA;
}
</style>
border-color css
<style>
span { border-color: #2D9FEA; }
span { border-color: rgb(45,159,234); }
td.TdClassName
{
border-color: #2D9FEA;
}
.TagClassName
{
border-color: #2D9FEA;
}
</style>