Html Css Color HEX #71A2ED Cornflower Blue

📋 copy color: '#71A2ED'

red 113 ◦ green 162 ◦ blue 237

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

Shades of Cornflower Blue #71A2ED

Tints of Cornflower Blue #71A2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 22.07%
G = 31.64%
B = 46.29%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71A2ED (or 0x71A2ED) is known color: Cornflower Blue. HEX triplet: 71, A2 and ED. RGB value is (113,162,237). Sum of RGB (Red+Green+Blue) = 113+162+237=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #71A2ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A2ED is #8E5D12. Grayscale: #9B9B9B. Windows color (decimal): -9329939 or 15573617. OLE color: 15573617.

HSL color Cylindrical-coordinate representation of color #71A2ED: hue angle of 216.29º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71A2ED is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 162 237 -
CMYK 0.52 0.32 0 0.07
HSL 216.29º 0.78% 0.69% -
HSV(B) 216.29º 0.52% 0.93% -
XYZ 35.02 35.47 85.12 -
YUV 155.9 173.77 97.4 -
System Red Green Blue C M Y K H S L
Decimal 113 162 237 0.52 0.32 0 0.07 216.29 0.78 0.69
Hex 71 A2 ED 34 20 0 7 D8 4E 45
Octal 161 242 355 64 40 0 7 330 116 105
Binary 1110001 10100010 11101101 110100 100000 0 111 11011000 1001110 1000101

Color Harmonies of #71A2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A2ED

Black with #71A2ED

Text Example


Text Example

White with #71A2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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