Html Css Color HEX #449FDC Summer Sky

📋 copy color: '#449FDC'

red 68 ◦ green 159 ◦ blue 220

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

Shades of Summer Sky #449FDC

Tints of Summer Sky #449FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.57%

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

R = 15.21%
G = 35.57%
B = 49.22%

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

#449FDC (or 0x449FDC) is known color: Summer Sky. HEX triplet: 44, 9F and DC. RGB value is (68,159,220). Sum of RGB (Red+Green+Blue) = 68+159+220=447 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.21% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #449FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449FDC is #BB6023. Grayscale: #8A8A8A. Windows color (decimal): -12279844 or 14458692. OLE color: 14458692.

HSL color Cylindrical-coordinate representation of color #449FDC: hue angle of 204.08º 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 #449FDC is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 159 220 -
CMYK 0.69 0.28 0 0.14
HSL 204.08º 0.68% 0.56% -
HSV(B) 204.08º 0.69% 0.86% -
XYZ 27.7 31.19 72.27 -
YUV 138.75 173.85 77.54 -
System Red Green Blue C M Y K H S L
Decimal 68 159 220 0.69 0.28 0 0.14 204.08 0.68 0.56
Hex 44 9F DC 45 1C 0 E CC 44 38
Octal 104 237 334 105 34 0 16 314 104 70
Binary 1000100 10011111 11011100 1000101 11100 0 1110 11001100 1000100 111000

Color Harmonies of #449FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449FDC

Black with #449FDC

Text Example


Text Example

White with #449FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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