#71A2FA

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

Shades of Cornflower Blue #71A2FA

Tints of Cornflower Blue #71A2FA

Color information

#71A2FA (or 0x71A2FA) is unknown color: approx Cornflower Blue. HEX triplet: 71, A2 and FA. RGB value is (113,162,250). Sum of RGB (Red+Green+Blue) = 113+162+250=525 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.52% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #71A2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A2FA is #8E5D05. Grayscale: #9C9C9C. Windows color (decimal): -9329926 or 16425585. OLE color: 16425585.

HSL color Cylindrical-coordinate representation of color #71A2FA: hue angle of 218.54º 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 #71A2FA is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113162250-
CMYK0.550.3500.02
HSL218.54º93.2%71.18%-
HSV(B)218.54º54.8%98.04%-
XYZ36.9936.2595.49-
YUV157.38180.2796.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.52%
GREEN value IS 162 (63.67% from 255) = 30.86%
BLUE value IS 250 (98.05% from 255) = 47.62%
R=21.52%
G=30.86%
B=47.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131622500.550.3500.02218.5493.271.18
Hex71A2FA372302db5d47
Octal161242372674302333135107
Binary111000110100010111110101101111000110101101101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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