Html Css Color HEX #409ADC Summer Sky

📋 copy color: '#409ADC'

red 64 ◦ green 154 ◦ blue 220

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

Shades of Summer Sky #409ADC

Tints of Summer Sky #409ADC

RGB

 RED value IS 64 (25.39% from 255) = 14.61%

 GREEN value IS 154 (60.55% from 255) = 35.16%

 BLUE value IS 220 (86.33% from 255) = 50.23%

R = 14.61%
G = 35.16%
B = 50.23%

CMYK

 C value IS 0.71

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#409ADC (or 0x409ADC) is known color: Summer Sky. HEX triplet: 40, 9A and DC. RGB value is (64,154,220). Sum of RGB (Red+Green+Blue) = 64+154+220=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #409ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409ADC is #BF6523. Grayscale: #868686. Windows color (decimal): -12543268 or 14457408. OLE color: 14457408.

HSL color Cylindrical-coordinate representation of color #409ADC: hue angle of 205.38º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #409ADC is Cyan = 0.71, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 154 220 -
CMYK 0.71 0.3 0 0.14
HSL 205.38º 0.69% 0.56% -
HSV(B) 205.38º 0.71% 0.86% -
XYZ 26.59 29.37 71.98 -
YUV 134.61 176.18 77.63 -
System Red Green Blue C M Y K H S L
Decimal 64 154 220 0.71 0.3 0 0.14 205.38 0.69 0.56
Hex 40 9A DC 47 1E 0 E CD 45 38
Octal 100 232 334 107 36 0 16 315 105 70
Binary 1000000 10011010 11011100 1000111 11110 0 1110 11001101 1000101 111000

Color Harmonies of #409ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409ADC

Black with #409ADC

Text Example


Text Example

White with #409ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409ADC; }

 p { color: rgb(64,154,220); }

 H1.HeaderClassName
 {
   color: #409ADC;
 }
 .AnyTagClassName
 {
   color: #409ADC;
 }
</style>

background-color css

<style>
 a { background-color: #409ADC; }

 a { background-color: rgb(64,154,220); }

 div.DivClassName
 {
   background-color: #409ADC;
 }
 .BgClassName
 {
   background-color: #409ADC;
 }
</style>

border-color css

<style>
 span { border-color: #409ADC; }

 span { border-color: rgb(64,154,220); }

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