#5290FA

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

Shades of Cornflower Blue #5290FA

Tints of Cornflower Blue #5290FA

Color information

#5290FA (or 0x5290FA) is unknown color: approx Cornflower Blue. HEX triplet: 52, 90 and FA. RGB value is (82,144,250). Sum of RGB (Red+Green+Blue) = 82+144+250=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #5290FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5290FA is #AD6F05. Grayscale: #898989. Windows color (decimal): -11366150 or 16420946. OLE color: 16420946.

HSL color Cylindrical-coordinate representation of color #5290FA: hue angle of 217.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5290FA is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB82144250-
CMYK0.670.4200.02
HSL217.86º94.38%65.1%-
HSV(B)217.86º67.2%98.04%-
XYZ30.7128.6494.35-
YUV137.55191.4688.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.23%
GREEN value IS 144 (56.64% from 255) = 30.25%
BLUE value IS 250 (98.05% from 255) = 52.52%
R=17.23%
G=30.25%
B=52.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal821442500.670.4200.02217.8694.3865.1
Hex5290FA432A02da5e41
Octal1222203721035202332136101
Binary1010010100100001111101010000111010100101101101010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5290FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5290FA; }

 p { color: rgb(82,144,250); }

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

<style>
 a { background-color: #5290FA; }

 a { background-color: rgb(82,144,250); }

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

<style>
 span { border-color: #5290FA; }

 span { border-color: rgb(82,144,250); }

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