Html Css Color HEX #449FE1 Summer Sky

📋 copy color: '#449FE1'

red 68 ◦ green 159 ◦ blue 225

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

Shades of Summer Sky #449FE1

Tints of Summer Sky #449FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.78%

R = 15.04%
G = 35.18%
B = 49.78%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#449FE1 (or 0x449FE1) is known color: Summer Sky. HEX triplet: 44, 9F and E1. RGB value is (68,159,225). Sum of RGB (Red+Green+Blue) = 68+159+225=452 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.04% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 225 (88.28% from 255 or 49.78% from 452); Max value from RGB is 225 - color contains mainly: blue. Hex color #449FE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449FE1 is #BB601E. Grayscale: #8A8A8A. Windows color (decimal): -12279839 or 14786372. OLE color: 14786372.

HSL color Cylindrical-coordinate representation of color #449FE1: hue angle of 205.22º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #449FE1 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 159 225 -
CMYK 0.70 0.29 0 0.12
HSL 205.22º 0.72% 0.57% -
HSV(B) 205.22º 0.7% 0.88% -
XYZ 28.37 31.46 75.81 -
YUV 139.32 176.35 77.13 -
System Red Green Blue C M Y K H S L
Decimal 68 159 225 0.70 0.29 0 0.12 205.22 0.72 0.57
Hex 44 9F E1 46 1D 0 C CD 48 39
Octal 104 237 341 106 35 0 14 315 110 71
Binary 1000100 10011111 11100001 1000110 11101 0 1100 11001101 1001000 111001

Color Harmonies of #449FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449FE1

Black with #449FE1

Text Example


Text Example

White with #449FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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