Html Css Color HEX #71A1ED Cornflower Blue

📋 copy color: '#71A1ED'

red 113 ◦ green 161 ◦ blue 237

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

Shades of Cornflower Blue #71A1ED

Tints of Cornflower Blue #71A1ED

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.51%

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

R = 22.11%
G = 31.51%
B = 46.38%

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

#71A1ED (or 0x71A1ED) is known color: Cornflower Blue. HEX triplet: 71, A1 and ED. RGB value is (113,161,237). Sum of RGB (Red+Green+Blue) = 113+161+237=511 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.11% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #71A1ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A1ED is #8E5E12. Grayscale: #9A9A9A. Windows color (decimal): -9330195 or 15573361. OLE color: 15573361.

HSL color Cylindrical-coordinate representation of color #71A1ED: hue angle of 216.77º 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 #71A1ED is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 161 237 -
CMYK 0.52 0.32 0 0.07
HSL 216.77º 0.78% 0.69% -
HSV(B) 216.77º 0.52% 0.93% -
XYZ 34.84 35.11 85.06 -
YUV 155.31 174.1 97.82 -
System Red Green Blue C M Y K H S L
Decimal 113 161 237 0.52 0.32 0 0.07 216.77 0.78 0.69
Hex 71 A1 ED 34 20 0 7 D9 4E 45
Octal 161 241 355 64 40 0 7 331 116 105
Binary 1110001 10100001 11101101 110100 100000 0 111 11011001 1001110 1000101

Color Harmonies of #71A1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A1ED

Black with #71A1ED

Text Example


Text Example

White with #71A1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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