Html Css Color HEX #449AEA Summer Sky

📋 copy color: '#449AEA'

red 68 ◦ green 154 ◦ blue 234

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

Shades of Summer Sky #449AEA

Tints of Summer Sky #449AEA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.77%

 BLUE value IS 234 (91.8% from 255) = 51.32%

R = 14.91%
G = 33.77%
B = 51.32%

CMYK

 C value IS 0.71

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#449AEA (or 0x449AEA) is known color: Summer Sky. HEX triplet: 44, 9A and EA. RGB value is (68,154,234). Sum of RGB (Red+Green+Blue) = 68+154+234=456 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.91% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #449AEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449AEA is #BB6515. Grayscale: #898989. Windows color (decimal): -12281110 or 15374916. OLE color: 15374916.

HSL color Cylindrical-coordinate representation of color #449AEA: hue angle of 208.92º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #449AEA is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 68 154 234 -
CMYK 0.71 0.34 0 0.08
HSL 208.92º 0.8% 0.59% -
HSV(B) 208.92º 0.71% 0.92% -
XYZ 28.79 30.28 82.17 -
YUV 137.41 182.51 78.5 -
System Red Green Blue C M Y K H S L
Decimal 68 154 234 0.71 0.34 0 0.08 208.92 0.8 0.59
Hex 44 9A EA 47 22 0 8 D1 50 3B
Octal 104 232 352 107 42 0 10 321 120 73
Binary 1000100 10011010 11101010 1000111 100010 0 1000 11010001 1010000 111011

Color Harmonies of #449AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449AEA

Black with #449AEA

Text Example


Text Example

White with #449AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,154,234); }

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

background-color css

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

 a { background-color: rgb(68,154,234); }

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

border-color css

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

 span { border-color: rgb(68,154,234); }

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