Html Css Color HEX #449CEF Summer Sky

📋 copy color: '#449CEF'

red 68 ◦ green 156 ◦ blue 239

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

Shades of Summer Sky #449CEF

Tints of Summer Sky #449CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.62%

R = 14.69%
G = 33.69%
B = 51.62%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#449CEF (or 0x449CEF) is known color: Summer Sky. HEX triplet: 44, 9C and EF. RGB value is (68,156,239). Sum of RGB (Red+Green+Blue) = 68+156+239=463 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.69% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #449CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449CEF is #BB6310. Grayscale: #8A8A8A. Windows color (decimal): -12280593 or 15703108. OLE color: 15703108.

HSL color Cylindrical-coordinate representation of color #449CEF: hue angle of 209.12º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #449CEF is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 156 239 -
CMYK 0.72 0.35 0 0.06
HSL 209.12º 0.84% 0.6% -
HSV(B) 209.12º 0.72% 0.94% -
XYZ 29.85 31.24 86.12 -
YUV 139.15 184.35 77.25 -
System Red Green Blue C M Y K H S L
Decimal 68 156 239 0.72 0.35 0 0.06 209.12 0.84 0.6
Hex 44 9C EF 48 23 0 6 D1 54 3C
Octal 104 234 357 110 43 0 6 321 124 74
Binary 1000100 10011100 11101111 1001000 100011 0 110 11010001 1010100 111100

Color Harmonies of #449CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449CEF

Black with #449CEF

Text Example


Text Example

White with #449CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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