#71A3FD

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

Shades of Cornflower Blue #71A3FD

Tints of Cornflower Blue #71A3FD

Color information

#71A3FD (or 0x71A3FD) is unknown color: approx Cornflower Blue. HEX triplet: 71, A3 and FD. RGB value is (113,163,253). Sum of RGB (Red+Green+Blue) = 113+163+253=529 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.36% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #71A3FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A3FD is #8E5C02. Grayscale: #9D9D9D. Windows color (decimal): -9329667 or 16622449. OLE color: 16622449.

HSL color Cylindrical-coordinate representation of color #71A3FD: hue angle of 218.57º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71A3FD is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB113163253-
CMYK0.550.3600.01
HSL218.57º97.22%71.76%-
HSV(B)218.57º55.34%99.22%-
XYZ37.6436.898.05-
YUV158.31181.4495.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.36%
GREEN value IS 163 (64.06% from 255) = 30.81%
BLUE value IS 253 (99.22% from 255) = 47.83%
R=21.36%
G=30.81%
B=47.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1131632530.550.3600.01218.5797.2271.76
Hex71A3FD372401db6148
Octal161243375674401333141110
Binary11100011010001111111101110111100100011101101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71A3FD; }

 p { color: rgb(113,163,253); }

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

<style>
 a { background-color: #71A3FD; }

 a { background-color: rgb(113,163,253); }

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

<style>
 span { border-color: #71A3FD; }

 span { border-color: rgb(113,163,253); }

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