#71A1F1

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

Shades of Cornflower Blue #71A1F1

Tints of Cornflower Blue #71A1F1

Color information

#71A1F1 (or 0x71A1F1) is unknown color: approx Cornflower Blue. HEX triplet: 71, A1 and F1. RGB value is (113,161,241). Sum of RGB (Red+Green+Blue) = 113+161+241=515 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.94% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #71A1F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A1F1 is #8E5E0E. Grayscale: #9B9B9B. Windows color (decimal): -9330191 or 15835505. OLE color: 15835505.

HSL color Cylindrical-coordinate representation of color #71A1F1: hue angle of 217.5º 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 #71A1F1 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB113161241-
CMYK0.530.3300.05
HSL217.5º82.05%69.41%-
HSV(B)217.5º53.11%94.51%-
XYZ35.4335.3588.18-
YUV155.77176.197.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.94%
GREEN value IS 161 (63.28% from 255) = 31.26%
BLUE value IS 241 (94.53% from 255) = 46.80%
R=21.94%
G=31.26%
B=46.80%

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
Decimal1131612410.530.3300.05217.582.0569.41
Hex71A1F1352105da5245
Octal161241361654105332122105
Binary1110001101000011111000111010110000101011101101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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