#71A0FD

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

Shades of Cornflower Blue #71A0FD

Tints of Cornflower Blue #71A0FD

Color information

#71A0FD (or 0x71A0FD) is unknown color: approx Cornflower Blue. HEX triplet: 71, A0 and FD. RGB value is (113,160,253). Sum of RGB (Red+Green+Blue) = 113+160+253=526 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.48% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #71A0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A0FD is #8E5F02. Grayscale: #9C9C9C. Windows color (decimal): -9330435 or 16621681. OLE color: 16621681.

HSL color Cylindrical-coordinate representation of color #71A0FD: hue angle of 219.86º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71A0FD is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB113160253-
CMYK0.550.3700.01
HSL219.86º97.22%71.76%-
HSV(B)219.86º55.34%99.22%-
XYZ37.1135.7497.87-
YUV156.55182.4396.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.48%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 253 (99.22% from 255) = 48.10%
R=21.48%
G=30.42%
B=48.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1131602530.550.3700.01219.8697.2271.76
Hex71A0FD372501dc6148
Octal161240375674501334141110
Binary11100011010000011111101110111100101011101110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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