Shades of Summer Sky #2692DA
Tints of Summer Sky #2692DA
RGB
CMYK
RGB Variations
Color information
#2692DA (or 0x2692DA) is known color: Summer Sky. HEX triplet: 26, 92 and DA. RGB value is (38,146,218). Sum of RGB (Red+Green+Blue) = 38+146+218=402 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.45% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #2692DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2692DA is #D96D25. Grayscale: #797979. Windows color (decimal): -14249254 or 14324262. OLE color: 14324262.
HSL color Cylindrical-coordinate representation of color #2692DA: hue angle of 204º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2692DA is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 146 | 218 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.15 |
| HSL | 204º | 0.71% | 0.5% | - |
| HSV(B) | 204º | 0.83% | 0.85% | - |
| XYZ | 23.73 | 26.03 | 70.1 | - |
| YUV | 121.92 | 182.22 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 218 | 0.83 | 0.33 | 0 | 0.15 | 204 | 0.71 | 0.5 |
| Hex | 26 | 92 | DA | 53 | 21 | 0 | F | CC | 47 | 32 |
| Octal | 46 | 222 | 332 | 123 | 41 | 0 | 17 | 314 | 107 | 62 |
| Binary | 100110 | 10010010 | 11011010 | 1010011 | 100001 | 0 | 1111 | 11001100 | 1000111 | 110010 |
Color Harmonies of #2692DA
Complementary color
Monochromatic Colors of #2692DA
Black with #2692DA
Text Example
Text Example
White with #2692DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2692DA; }
p { color: rgb(38,146,218); }
H1.HeaderClassName
{
color: #2692DA;
}
.AnyTagClassName
{
color: #2692DA;
}
</style>
background-color css
<style>
a { background-color: #2692DA; }
a { background-color: rgb(38,146,218); }
div.DivClassName
{
background-color: #2692DA;
}
.BgClassName
{
background-color: #2692DA;
}
</style>
border-color css
<style>
span { border-color: #2692DA; }
span { border-color: rgb(38,146,218); }
td.TdClassName
{
border-color: #2692DA;
}
.TagClassName
{
border-color: #2692DA;
}
</style>