#2594DC

Color #2594DC Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2594DC

Tints of Summer Sky #2594DC

Color information

#2594DC (or 0x2594DC) is unknown color: approx Summer Sky. HEX triplet: 25, 94 and DC. RGB value is (37,148,220). Sum of RGB (Red+Green+Blue) = 37+148+220=405 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.14% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #2594DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2594DC is #DA6B23. Grayscale: #7A7A7A. Windows color (decimal): -14314276 or 14455845. OLE color: 14455845.

HSL color Cylindrical-coordinate representation of color #2594DC: hue angle of 203.61º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2594DC is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB37148220-
CMYK0.830.3300.14
HSL203.61º72.33%50.39%-
HSV(B)203.61º83.18%86.27%-
XYZ24.2726.7471.59-
YUV123.02182.7366.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 9.14%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 220 (86.33% from 255) = 54.32%
R=9.14%
G=36.54%
B=54.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal371482200.830.3300.14203.6172.3350.39
Hex2594DC53210Ecc4832
Octal452243341234101631411062
Binary1001011001010011011100101001110000101110110011001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2594DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2594DC; }

 p { color: rgb(37,148,220); }

 H1.HeaderClassName
 {
   color: #2594DC;
 }
 .AnyTagClassName
 {
   color: #2594DC;
 }
</style>
background-color css

<style>
 a { background-color: #2594DC; }

 a { background-color: rgb(37,148,220); }

 div.DivClassName
 {
   background-color: #2594DC;
 }
 .BgClassName
 {
   background-color: #2594DC;
 }
</style>
border-color css

<style>
 span { border-color: #2594DC; }

 span { border-color: rgb(37,148,220); }

 td.TdClassName
 {
   border-color: #2594DC;
 }
 .TagClassName
 {
   border-color: #2594DC;
 }
</style>