#71A0FA

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

Shades of Cornflower Blue #71A0FA

Tints of Cornflower Blue #71A0FA

Color information

#71A0FA (or 0x71A0FA) is unknown color: approx Cornflower Blue. HEX triplet: 71, A0 and FA. RGB value is (113,160,250). Sum of RGB (Red+Green+Blue) = 113+160+250=523 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.61% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #71A0FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A0FA is #8E5F05. Grayscale: #9B9B9B. Windows color (decimal): -9330438 or 16425073. OLE color: 16425073.

HSL color Cylindrical-coordinate representation of color #71A0FA: hue angle of 219.42º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71A0FA is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113160250-
CMYK0.550.3600.02
HSL219.42º93.2%71.18%-
HSV(B)219.42º54.8%98.04%-
XYZ36.6435.5595.37-
YUV156.21180.9397.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.61%
GREEN value IS 160 (62.89% from 255) = 30.59%
BLUE value IS 250 (98.05% from 255) = 47.80%
R=21.61%
G=30.59%
B=47.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131602500.550.3600.02219.4293.271.18
Hex71A0FA372402db5d47
Octal161240372674402333135107
Binary111000110100000111110101101111001000101101101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,160,250); }

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

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

 a { background-color: rgb(113,160,250); }

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

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

 span { border-color: rgb(113,160,250); }

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