#449BFD

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

Shades of Cornflower Blue #449BFD

Tints of Cornflower Blue #449BFD

Color information

#449BFD (or 0x449BFD) is unknown color: approx Cornflower Blue. HEX triplet: 44, 9B and FD. RGB value is (68,155,253). Sum of RGB (Red+Green+Blue) = 68+155+253=476 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.29% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #449BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449BFD is #BB6402. Grayscale: #8B8B8B. Windows color (decimal): -12280835 or 16620356. OLE color: 16620356.

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

Color convert

RGB68155253-
CMYK0.730.3900.01
HSL211.78º97.88%62.94%-
HSV(B)211.78º73.12%99.22%-
XYZ31.8331.7697.38-
YUV140.16191.6876.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.29%
GREEN value IS 155 (60.94% from 255) = 32.56%
BLUE value IS 253 (99.22% from 255) = 53.15%
R=14.29%
G=32.56%
B=53.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal681552530.730.3900.01211.7897.8862.94
Hex449BFD492701d4623f
Octal104233375111470132414277
Binary10001001001101111111101100100110011101110101001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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