Html Css Color HEX #71A8FA Cornflower Blue

📋 copy color: '#71A8FA'

red 113 ◦ green 168 ◦ blue 250

#71A8FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #71A8FA

Tints of Cornflower Blue #71A8FA

RGB

 RED value IS 113 (44.53% from 255) = 21.28%

 GREEN value IS 168 (66.02% from 255) = 31.64%

 BLUE value IS 250 (98.05% from 255) = 47.08%

R = 21.28%
G = 31.64%
B = 47.08%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71A8FA (or 0x71A8FA) is known color: Cornflower Blue. HEX triplet: 71, A8 and FA. RGB value is (113,168,250). Sum of RGB (Red+Green+Blue) = 113+168+250=531 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.28% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #71A8FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A8FA is #8E5705. Grayscale: #A0A0A0. Windows color (decimal): -9328390 or 16427121. OLE color: 16427121.

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

Color convert

RGB 113 168 250 -
CMYK 0.55 0.33 0 0.02
HSL 215.91º 0.93% 0.71% -
HSV(B) 215.91º 0.55% 0.98% -
XYZ 38.07 38.42 95.85 -
YUV 160.9 178.28 93.83 -
System Red Green Blue C M Y K H S L
Decimal 113 168 250 0.55 0.33 0 0.02 215.91 0.93 0.71
Hex 71 A8 FA 37 21 0 2 D8 5D 47
Octal 161 250 372 67 41 0 2 330 135 107
Binary 1110001 10101000 11111010 110111 100001 0 10 11011000 1011101 1000111

Color Harmonies of #71A8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A8FA

Black with #71A8FA

Text Example


Text Example

White with #71A8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71A8FA;
 }
 .AnyTagClassName
 {
   color: #71A8FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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