#449aef

Color #449AEF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #449AEF

Tints of Cornflower Blue #449AEF

Color information

#449AEF (or 0x449AEF) is unknown color: approx Cornflower Blue. HEX triplet: 44, 9A and EF. RGB value is (68,154,239). Sum of RGB (Red+Green+Blue) = 68+154+239=461 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.75% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #449AEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449AEF is #BB6510. Grayscale: #898989. Windows color (decimal): -12281105 or 15702596. OLE color: 15702596.

HSL color Cylindrical-coordinate representation of color #449AEF: hue angle of 209.82º 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 #449AEF is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB68154239-
CMYK0.720.3600.06
HSL209.82º84.24%60.2%-
HSV(B)209.82º71.55%93.73%-
XYZ29.5230.5786.01-
YUV137.98185.0178.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.75%
GREEN value IS 154 (60.55% from 255) = 33.41%
BLUE value IS 239 (93.75% from 255) = 51.84%
R=14.75%
G=33.41%
B=51.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal681542390.720.3600.06209.8284.2460.2
Hex449AEF482406d2543c
Octal104232357110440632212474
Binary1000100100110101110111110010001001000110110100101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449aef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #449aef;
 }
 .AnyTagClassName
 {
   color: #449aef;
 }
</style>
background-color css

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

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

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

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

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

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