Html Css Color HEX #71A8FE Cornflower Blue

📋 copy color: '#71A8FE'

red 113 ◦ green 168 ◦ blue 254

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

Shades of Cornflower Blue #71A8FE

Tints of Cornflower Blue #71A8FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.48%

R = 21.12%
G = 31.4%
B = 47.48%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#71A8FE (or 0x71A8FE) is known color: Cornflower Blue. HEX triplet: 71, A8 and FE. RGB value is (113,168,254). Sum of RGB (Red+Green+Blue) = 113+168+254=535 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.12% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #71A8FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A8FE is #8E5701. Grayscale: #A0A0A0. Windows color (decimal): -9328386 or 16689265. OLE color: 16689265.

HSL color Cylindrical-coordinate representation of color #71A8FE: hue angle of 216.6º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71A8FE is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 168 254 -
CMYK 0.56 0.34 0 0.00
HSL 216.6º 0.99% 0.72% -
HSV(B) 216.6º 0.56% 1% -
XYZ 38.7 38.67 99.19 -
YUV 161.36 180.28 93.51 -
System Red Green Blue C M Y K H S L
Decimal 113 168 254 0.56 0.34 0 0.00 216.6 0.99 0.72
Hex 71 A8 FE 38 22 0 0 D9 63 48
Octal 161 250 376 70 42 0 0 331 143 110
Binary 1110001 10101000 11111110 111000 100010 0 0 11011001 1100011 1001000

Color Harmonies of #71A8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A8FE

Black with #71A8FE

Text Example


Text Example

White with #71A8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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