Html Css Color HEX #71A8FC Cornflower Blue

📋 copy color: '#71A8FC'

red 113 ◦ green 168 ◦ blue 252

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

Shades of Cornflower Blue #71A8FC

Tints of Cornflower Blue #71A8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.28%

R = 21.2%
G = 31.52%
B = 47.28%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#71A8FC (or 0x71A8FC) is known color: Cornflower Blue. HEX triplet: 71, A8 and FC. RGB value is (113,168,252). Sum of RGB (Red+Green+Blue) = 113+168+252=533 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.20% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #71A8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A8FC is #8E5703. Grayscale: #A0A0A0. Windows color (decimal): -9328388 or 16558193. OLE color: 16558193.

HSL color Cylindrical-coordinate representation of color #71A8FC: hue angle of 216.26º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71A8FC is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 168 252 -
CMYK 0.55 0.33 0 0.01
HSL 216.26º 0.96% 0.72% -
HSV(B) 216.26º 0.55% 0.99% -
XYZ 38.38 38.54 97.51 -
YUV 161.13 179.28 93.67 -
System Red Green Blue C M Y K H S L
Decimal 113 168 252 0.55 0.33 0 0.01 216.26 0.96 0.72
Hex 71 A8 FC 37 21 0 1 D8 60 48
Octal 161 250 374 67 41 0 1 330 140 110
Binary 1110001 10101000 11111100 110111 100001 0 1 11011000 1100000 1001000

Color Harmonies of #71A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A8FC

Black with #71A8FC

Text Example


Text Example

White with #71A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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