#71A2F1

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

Shades of Cornflower Blue #71A2F1

Tints of Cornflower Blue #71A2F1

Color information

#71A2F1 (or 0x71A2F1) is unknown color: approx Cornflower Blue. HEX triplet: 71, A2 and F1. RGB value is (113,162,241). Sum of RGB (Red+Green+Blue) = 113+162+241=516 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.90% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #71A2F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A2F1 is #8E5D0E. Grayscale: #9B9B9B. Windows color (decimal): -9329935 or 15835761. OLE color: 15835761.

HSL color Cylindrical-coordinate representation of color #71A2F1: hue angle of 217.03º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71A2F1 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB113162241-
CMYK0.530.3300.05
HSL217.03º82.05%69.41%-
HSV(B)217.03º53.11%94.51%-
XYZ35.6135.788.23-
YUV156.35175.7797.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.90%
GREEN value IS 162 (63.67% from 255) = 31.40%
BLUE value IS 241 (94.53% from 255) = 46.71%
R=21.90%
G=31.40%
B=46.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1131622410.530.3300.05217.0382.0569.41
Hex71A2F1352105d95245
Octal161242361654105331122105
Binary1110001101000101111000111010110000101011101100110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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