Html Css Color HEX #449DDD Summer Sky

📋 copy color: '#449DDD'

red 68 ◦ green 157 ◦ blue 221

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

Shades of Summer Sky #449DDD

Tints of Summer Sky #449DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 15.25%
G = 35.2%
B = 49.55%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#449DDD (or 0x449DDD) is known color: Summer Sky. HEX triplet: 44, 9D and DD. RGB value is (68,157,221). Sum of RGB (Red+Green+Blue) = 68+157+221=446 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.25% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #449DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449DDD is #BB6222. Grayscale: #898989. Windows color (decimal): -12280355 or 14523716. OLE color: 14523716.

HSL color Cylindrical-coordinate representation of color #449DDD: hue angle of 205.1º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #449DDD is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 157 221 -
CMYK 0.69 0.29 0 0.13
HSL 205.1º 0.69% 0.57% -
HSV(B) 205.1º 0.69% 0.87% -
XYZ 27.49 30.56 72.86 -
YUV 137.69 175.01 78.3 -
System Red Green Blue C M Y K H S L
Decimal 68 157 221 0.69 0.29 0 0.13 205.1 0.69 0.57
Hex 44 9D DD 45 1D 0 D CD 45 39
Octal 104 235 335 105 35 0 15 315 105 71
Binary 1000100 10011101 11011101 1000101 11101 0 1101 11001101 1000101 111001

Color Harmonies of #449DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449DDD

Black with #449DDD

Text Example


Text Example

White with #449DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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