Html Css Color HEX #449CE1 Summer Sky

📋 copy color: '#449CE1'

red 68 ◦ green 156 ◦ blue 225

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

Shades of Summer Sky #449CE1

Tints of Summer Sky #449CE1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.74%

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

R = 15.14%
G = 34.74%
B = 50.11%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#449CE1 (or 0x449CE1) is known color: Summer Sky. HEX triplet: 44, 9C and E1. RGB value is (68,156,225). Sum of RGB (Red+Green+Blue) = 68+156+225=449 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.14% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #449CE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449CE1 is #BB631E. Grayscale: #898989. Windows color (decimal): -12280607 or 14785604. OLE color: 14785604.

HSL color Cylindrical-coordinate representation of color #449CE1: hue angle of 206.37º 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 #449CE1 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 156 225 -
CMYK 0.70 0.31 0 0.12
HSL 206.37º 0.72% 0.57% -
HSV(B) 206.37º 0.7% 0.88% -
XYZ 27.86 30.44 75.64 -
YUV 137.55 177.35 78.39 -
System Red Green Blue C M Y K H S L
Decimal 68 156 225 0.70 0.31 0 0.12 206.37 0.72 0.57
Hex 44 9C E1 46 1F 0 C CE 48 39
Octal 104 234 341 106 37 0 14 316 110 71
Binary 1000100 10011100 11100001 1000110 11111 0 1100 11001110 1001000 111001

Color Harmonies of #449CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449CE1

Black with #449CE1

Text Example


Text Example

White with #449CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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