#71A1FD

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

Shades of Cornflower Blue #71A1FD

Tints of Cornflower Blue #71A1FD

Color information

#71A1FD (or 0x71A1FD) is unknown color: approx Cornflower Blue. HEX triplet: 71, A1 and FD. RGB value is (113,161,253). Sum of RGB (Red+Green+Blue) = 113+161+253=527 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.44% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #71A1FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A1FD is #8E5E02. Grayscale: #9C9C9C. Windows color (decimal): -9330179 or 16621937. OLE color: 16621937.

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

Color convert

RGB113161253-
CMYK0.550.3600.01
HSL219.43º97.22%71.76%-
HSV(B)219.43º55.34%99.22%-
XYZ37.2836.0997.93-
YUV157.14182.196.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.44%
GREEN value IS 161 (63.28% from 255) = 30.55%
BLUE value IS 253 (99.22% from 255) = 48.01%
R=21.44%
G=30.55%
B=48.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1131612530.550.3600.01219.4397.2271.76
Hex71A1FD372401db6148
Octal161241375674401333141110
Binary11100011010000111111101110111100100011101101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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