#449BF9

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

Shades of Cornflower Blue #449BF9

Tints of Cornflower Blue #449BF9

Color information

#449BF9 (or 0x449BF9) is unknown color: approx Cornflower Blue. HEX triplet: 44, 9B and F9. RGB value is (68,155,249). Sum of RGB (Red+Green+Blue) = 68+155+249=472 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.41% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #449BF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449BF9 is #BB6406. Grayscale: #8B8B8B. Windows color (decimal): -12280839 or 16358212. OLE color: 16358212.

HSL color Cylindrical-coordinate representation of color #449BF9: hue angle of 211.16º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #449BF9 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB68155249-
CMYK0.730.3800.02
HSL211.16º93.78%62.16%-
HSV(B)211.16º72.69%97.65%-
XYZ31.231.5194.06-
YUV139.7189.6876.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.41%
GREEN value IS 155 (60.94% from 255) = 32.84%
BLUE value IS 249 (97.66% from 255) = 52.75%
R=14.41%
G=32.84%
B=52.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal681552490.730.3800.02211.1693.7862.16
Hex449BF9492602d35e3e
Octal104233371111460232313676
Binary100010010011011111110011001001100110010110100111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,155,249); }

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

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

 a { background-color: rgb(68,155,249); }

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

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

 span { border-color: rgb(68,155,249); }

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