#449CFB

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

Shades of Cornflower Blue #449CFB

Tints of Cornflower Blue #449CFB

Color information

#449CFB (or 0x449CFB) is unknown color: approx Cornflower Blue. HEX triplet: 44, 9C and FB. RGB value is (68,156,251). Sum of RGB (Red+Green+Blue) = 68+156+251=475 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.32% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #449CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449CFB is #BB6304. Grayscale: #8C8C8C. Windows color (decimal): -12280581 or 16489540. OLE color: 16489540.

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

Color convert

RGB68156251-
CMYK0.730.3800.02
HSL211.15º95.81%62.55%-
HSV(B)211.15º72.91%98.43%-
XYZ31.6831.9795.77-
YUV140.52190.3576.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.32%
GREEN value IS 156 (61.33% from 255) = 32.84%
BLUE value IS 251 (98.44% from 255) = 52.84%
R=14.32%
G=32.84%
B=52.84%

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
Decimal681562510.730.3800.02211.1595.8162.55
Hex449CFB492602d3603f
Octal104234373111460232314077
Binary100010010011100111110111001001100110010110100111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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