Html Css Color HEX #71A2FE Cornflower Blue

📋 copy color: '#71A2FE'

red 113 ◦ green 162 ◦ blue 254

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

Shades of Cornflower Blue #71A2FE

Tints of Cornflower Blue #71A2FE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.62%

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

R = 21.36%
G = 30.62%
B = 48.02%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#71A2FE (or 0x71A2FE) is known color: Cornflower Blue. HEX triplet: 71, A2 and FE. RGB value is (113,162,254). Sum of RGB (Red+Green+Blue) = 113+162+254=529 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.36% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #71A2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A2FE is #8E5D01. Grayscale: #9D9D9D. Windows color (decimal): -9329922 or 16687729. OLE color: 16687729.

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

Color convert

RGB 113 162 254 -
CMYK 0.56 0.36 0 0.00
HSL 219.15º 0.99% 0.72% -
HSV(B) 219.15º 0.56% 1% -
XYZ 37.62 36.51 98.83 -
YUV 157.84 182.27 96.02 -
System Red Green Blue C M Y K H S L
Decimal 113 162 254 0.56 0.36 0 0.00 219.15 0.99 0.72
Hex 71 A2 FE 38 24 0 0 DB 63 48
Octal 161 242 376 70 44 0 0 333 143 110
Binary 1110001 10100010 11111110 111000 100100 0 0 11011011 1100011 1001000

Color Harmonies of #71A2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A2FE

Black with #71A2FE

Text Example


Text Example

White with #71A2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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