Html Css Color HEX #449EDC Summer Sky

📋 copy color: '#449EDC'

red 68 ◦ green 158 ◦ blue 220

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

Shades of Summer Sky #449EDC

Tints of Summer Sky #449EDC

RGB

 RED value IS 68 (26.95% from 255) = 15.25%

 GREEN value IS 158 (62.11% from 255) = 35.43%

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

R = 15.25%
G = 35.43%
B = 49.33%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#449EDC (or 0x449EDC) is known color: Summer Sky. HEX triplet: 44, 9E and DC. RGB value is (68,158,220). Sum of RGB (Red+Green+Blue) = 68+158+220=446 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.25% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #449EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449EDC is #BB6123. Grayscale: #898989. Windows color (decimal): -12280100 or 14458436. OLE color: 14458436.

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

Color convert

RGB 68 158 220 -
CMYK 0.69 0.28 0 0.14
HSL 204.47º 0.68% 0.56% -
HSV(B) 204.47º 0.69% 0.86% -
XYZ 27.53 30.85 72.21 -
YUV 138.16 174.18 77.96 -
System Red Green Blue C M Y K H S L
Decimal 68 158 220 0.69 0.28 0 0.14 204.47 0.68 0.56
Hex 44 9E DC 45 1C 0 E CC 44 38
Octal 104 236 334 105 34 0 16 314 104 70
Binary 1000100 10011110 11011100 1000101 11100 0 1110 11001100 1000100 111000

Color Harmonies of #449EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449EDC

Black with #449EDC

Text Example


Text Example

White with #449EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449EDC; }

 p { color: rgb(68,158,220); }

 H1.HeaderClassName
 {
   color: #449EDC;
 }
 .AnyTagClassName
 {
   color: #449EDC;
 }
</style>

background-color css

<style>
 a { background-color: #449EDC; }

 a { background-color: rgb(68,158,220); }

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

border-color css

<style>
 span { border-color: #449EDC; }

 span { border-color: rgb(68,158,220); }

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