Html Css Color HEX #449EEB Summer Sky

📋 copy color: '#449EEB'

red 68 ◦ green 158 ◦ blue 235

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

Shades of Summer Sky #449EEB

Tints of Summer Sky #449EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.98%

R = 14.75%
G = 34.27%
B = 50.98%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#449EEB (or 0x449EEB) is known color: Summer Sky. HEX triplet: 44, 9E and EB. RGB value is (68,158,235). Sum of RGB (Red+Green+Blue) = 68+158+235=461 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.75% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #449EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449EEB is #BB6114. Grayscale: #8B8B8B. Windows color (decimal): -12280085 or 15441476. OLE color: 15441476.

HSL color Cylindrical-coordinate representation of color #449EEB: hue angle of 207.66º degrees, saturation: 0.81, 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 #449EEB is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 68 158 235 -
CMYK 0.71 0.33 0 0.08
HSL 207.66º 0.81% 0.59% -
HSV(B) 207.66º 0.71% 0.92% -
XYZ 29.61 31.68 83.15 -
YUV 139.87 181.68 76.74 -
System Red Green Blue C M Y K H S L
Decimal 68 158 235 0.71 0.33 0 0.08 207.66 0.81 0.59
Hex 44 9E EB 47 21 0 8 D0 51 3B
Octal 104 236 353 107 41 0 10 320 121 73
Binary 1000100 10011110 11101011 1000111 100001 0 1000 11010000 1010001 111011

Color Harmonies of #449EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449EEB

Black with #449EEB

Text Example


Text Example

White with #449EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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