#71A2F6

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

Shades of Cornflower Blue #71A2F6

Tints of Cornflower Blue #71A2F6

Color information

#71A2F6 (or 0x71A2F6) is unknown color: approx Cornflower Blue. HEX triplet: 71, A2 and F6. RGB value is (113,162,246). Sum of RGB (Red+Green+Blue) = 113+162+246=521 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.69% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #71A2F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A2F6 is #8E5D09. Grayscale: #9C9C9C. Windows color (decimal): -9329930 or 16163441. OLE color: 16163441.

HSL color Cylindrical-coordinate representation of color #71A2F6: hue angle of 217.89º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71A2F6 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB113162246-
CMYK0.540.3400.04
HSL217.89º88.08%70.39%-
HSV(B)217.89º54.07%96.47%-
XYZ36.3636.0192.22-
YUV156.93178.2796.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.69%
GREEN value IS 162 (63.67% from 255) = 31.09%
BLUE value IS 246 (96.48% from 255) = 47.22%
R=21.69%
G=31.09%
B=47.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1131622460.540.3400.04217.8988.0870.39
Hex71A2F6362204da5846
Octal161242366664204332130106
Binary1110001101000101111011011011010001001001101101010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,162,246); }

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

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

 a { background-color: rgb(113,162,246); }

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

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

 span { border-color: rgb(113,162,246); }

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