#449AFD

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

Shades of Cornflower Blue #449AFD

Tints of Cornflower Blue #449AFD

Color information

#449AFD (or 0x449AFD) is unknown color: approx Cornflower Blue. HEX triplet: 44, 9A and FD. RGB value is (68,154,253). Sum of RGB (Red+Green+Blue) = 68+154+253=475 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.32% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #449AFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449AFD is #BB6502. Grayscale: #8B8B8B. Windows color (decimal): -12281091 or 16620100. OLE color: 16620100.

HSL color Cylindrical-coordinate representation of color #449AFD: hue angle of 212.11º 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 #449AFD is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB68154253-
CMYK0.730.3900.01
HSL212.11º97.88%62.94%-
HSV(B)212.11º73.12%99.22%-
XYZ31.6731.4397.33-
YUV139.57192.0176.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.32%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 253 (99.22% from 255) = 53.26%
R=14.32%
G=32.42%
B=53.26%

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
Decimal681542530.730.3900.01212.1197.8862.94
Hex449AFD492701d4623f
Octal104232375111470132414277
Binary10001001001101011111101100100110011101110101001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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