#47A4FD

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

Shades of Cornflower Blue #47A4FD

Tints of Cornflower Blue #47A4FD

Color information

#47A4FD (or 0x47A4FD) is unknown color: approx Cornflower Blue. HEX triplet: 47, A4 and FD. RGB value is (71,164,253). Sum of RGB (Red+Green+Blue) = 71+164+253=488 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.55% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #47A4FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47A4FD is #B85B02. Grayscale: #919191. Windows color (decimal): -12081923 or 16622663. OLE color: 16622663.

HSL color Cylindrical-coordinate representation of color #47A4FD: hue angle of 209.34º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47A4FD is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB71164253-
CMYK0.720.3500.01
HSL209.34º97.85%63.53%-
HSV(B)209.34º71.94%99.22%-
XYZ33.634.9897.91-
YUV146.34188.1974.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.55%
GREEN value IS 164 (64.45% from 255) = 33.61%
BLUE value IS 253 (99.22% from 255) = 51.84%
R=14.55%
G=33.61%
B=51.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal711642530.720.3500.01209.3497.8563.53
Hex47A4FD482301d16240
Octal1072443751104301321142100
Binary100011110100100111111011001000100011011101000111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47A4FD; }

 p { color: rgb(71,164,253); }

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

<style>
 a { background-color: #47A4FD; }

 a { background-color: rgb(71,164,253); }

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

<style>
 span { border-color: #47A4FD; }

 span { border-color: rgb(71,164,253); }

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