Html Css Color HEX #2594DC Summer Sky

📋 copy color: '#2594DC'

red 37 ◦ green 148 ◦ blue 220

#2594DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #2594DC

Tints of Summer Sky #2594DC

RGB

 RED value IS 37 (14.84% from 255) = 9.14%

 GREEN value IS 148 (58.2% 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 value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2594DC (or 0x2594DC) is known color: 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

RGB 37 148 220 -
CMYK 0.83 0.33 0 0.14
HSL 203.61º 0.72% 0.5% -
HSV(B) 203.61º 0.83% 0.86% -
XYZ 24.27 26.74 71.59 -
YUV 123.02 182.73 66.65 -
System Red Green Blue C M Y K H S L
Decimal 37 148 220 0.83 0.33 0 0.14 203.61 0.72 0.5
Hex 25 94 DC 53 21 0 E CC 48 32
Octal 45 224 334 123 41 0 16 314 110 62
Binary 100101 10010100 11011100 1010011 100001 0 1110 11001100 1001000 110010

Color Harmonies of #2594DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2594DC

Black with #2594DC

Text Example


Text Example

White with #2594DC

Text Example


Text Example

HTML Codes & Css Web 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>