Shades of Summer Sky #2DB1FD
Tints of Summer Sky #2DB1FD
RGB
CMYK
RGB Variations
Color information
#2DB1FD (or 0x2DB1FD) is known color: Summer Sky. HEX triplet: 2D, B1 and FD. RGB value is (45,177,253). Sum of RGB (Red+Green+Blue) = 45+177+253=475 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.47% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #2DB1FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DB1FD is #D24E02. Grayscale: #919191. Windows color (decimal): -13782531 or 16625965. OLE color: 16625965.
HSL color Cylindrical-coordinate representation of color #2DB1FD: hue angle of 201.92º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DB1FD is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 177 | 253 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.01 |
| HSL | 201.92º | 0.98% | 0.58% | - |
| HSV(B) | 201.92º | 0.82% | 0.99% | - |
| XYZ | 34.53 | 39.09 | 98.65 | - |
| YUV | 146.2 | 188.27 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 177 | 253 | 0.82 | 0.30 | 0 | 0.01 | 201.92 | 0.98 | 0.58 |
| Hex | 2D | B1 | FD | 52 | 1E | 0 | 1 | CA | 62 | 3A |
| Octal | 55 | 261 | 375 | 122 | 36 | 0 | 1 | 312 | 142 | 72 |
| Binary | 101101 | 10110001 | 11111101 | 1010010 | 11110 | 0 | 1 | 11001010 | 1100010 | 111010 |
Color Harmonies of #2DB1FD
Complementary color
Monochromatic Colors of #2DB1FD
Black with #2DB1FD
Text Example
Text Example
White with #2DB1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB1FD; }
p { color: rgb(45,177,253); }
H1.HeaderClassName
{
color: #2DB1FD;
}
.AnyTagClassName
{
color: #2DB1FD;
}
</style>
background-color css
<style>
a { background-color: #2DB1FD; }
a { background-color: rgb(45,177,253); }
div.DivClassName
{
background-color: #2DB1FD;
}
.BgClassName
{
background-color: #2DB1FD;
}
</style>
border-color css
<style>
span { border-color: #2DB1FD; }
span { border-color: rgb(45,177,253); }
td.TdClassName
{
border-color: #2DB1FD;
}
.TagClassName
{
border-color: #2DB1FD;
}
</style>