Html Css Color HEX #449EE2 Summer Sky

📋 copy color: '#449EE2'

red 68 ◦ green 158 ◦ blue 226

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

Shades of Summer Sky #449EE2

Tints of Summer Sky #449EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 50%

R = 15.04%
G = 34.96%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#449EE2 (or 0x449EE2) is known color: Summer Sky. HEX triplet: 44, 9E and E2. RGB value is (68,158,226). Sum of RGB (Red+Green+Blue) = 68+158+226=452 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.04% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 226 (88.67% from 255 or 50% from 452); Max value from RGB is 226 - color contains mainly: blue. Hex color #449EE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449EE2 is #BB611D. Grayscale: #8A8A8A. Windows color (decimal): -12280094 or 14851652. OLE color: 14851652.

HSL color Cylindrical-coordinate representation of color #449EE2: hue angle of 205.82º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #449EE2 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 68 158 226 -
CMYK 0.70 0.30 0 0.11
HSL 205.82º 0.73% 0.58% -
HSV(B) 205.82º 0.7% 0.89% -
XYZ 28.34 31.17 76.48 -
YUV 138.84 177.18 77.47 -
System Red Green Blue C M Y K H S L
Decimal 68 158 226 0.70 0.30 0 0.11 205.82 0.73 0.58
Hex 44 9E E2 46 1E 0 B CE 49 3A
Octal 104 236 342 106 36 0 13 316 111 72
Binary 1000100 10011110 11100010 1000110 11110 0 1011 11001110 1001001 111010

Color Harmonies of #449EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449EE2

Black with #449EE2

Text Example


Text Example

White with #449EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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