Html Css Color HEX #449DDB Summer Sky

📋 copy color: '#449DDB'

red 68 ◦ green 157 ◦ blue 219

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

Shades of Summer Sky #449DDB

Tints of Summer Sky #449DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.36%

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 15.32%
G = 35.36%
B = 49.32%

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

#449DDB (or 0x449DDB) is known color: Summer Sky. HEX triplet: 44, 9D and DB. RGB value is (68,157,219). Sum of RGB (Red+Green+Blue) = 68+157+219=444 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.32% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #449DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449DDB is #BB6224. Grayscale: #898989. Windows color (decimal): -12280357 or 14392644. OLE color: 14392644.

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

Color convert

RGB 68 157 219 -
CMYK 0.69 0.28 0 0.14
HSL 204.64º 0.68% 0.56% -
HSV(B) 204.64º 0.69% 0.86% -
XYZ 27.23 30.46 71.46 -
YUV 137.46 174.01 78.46 -
System Red Green Blue C M Y K H S L
Decimal 68 157 219 0.69 0.28 0 0.14 204.64 0.68 0.56
Hex 44 9D DB 45 1C 0 E CD 44 38
Octal 104 235 333 105 34 0 16 315 104 70
Binary 1000100 10011101 11011011 1000101 11100 0 1110 11001101 1000100 111000

Color Harmonies of #449DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449DDB

Black with #449DDB

Text Example


Text Example

White with #449DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,157,219); }

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

background-color css

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

 a { background-color: rgb(68,157,219); }

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

border-color css

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

 span { border-color: rgb(68,157,219); }

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