Html Css Color HEX #47A1FA Cornflower Blue

📋 copy color: '#47A1FA'

red 71 ◦ green 161 ◦ blue 250

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

Shades of Cornflower Blue #47A1FA

Tints of Cornflower Blue #47A1FA

RGB

 RED value IS 71 (28.13% from 255) = 14.73%

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

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 14.73%
G = 33.4%
B = 51.87%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#47A1FA (or 0x47A1FA) is known color: Cornflower Blue. HEX triplet: 47, A1 and FA. RGB value is (71,161,250). Sum of RGB (Red+Green+Blue) = 71+161+250=482 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.73% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #47A1FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47A1FA is #B85E05. Grayscale: #8F8F8F. Windows color (decimal): -12082694 or 16425287. OLE color: 16425287.

HSL color Cylindrical-coordinate representation of color #47A1FA: hue angle of 209.83º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47A1FA is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 161 250 -
CMYK 0.72 0.36 0 0.02
HSL 209.83º 0.95% 0.63% -
HSV(B) 209.83º 0.72% 0.98% -
XYZ 32.6 33.73 95.24 -
YUV 144.24 187.68 75.76 -
System Red Green Blue C M Y K H S L
Decimal 71 161 250 0.72 0.36 0 0.02 209.83 0.95 0.63
Hex 47 A1 FA 48 24 0 2 D2 5F 3F
Octal 107 241 372 110 44 0 2 322 137 77
Binary 1000111 10100001 11111010 1001000 100100 0 10 11010010 1011111 111111

Color Harmonies of #47A1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A1FA

Black with #47A1FA

Text Example


Text Example

White with #47A1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47A1FA; }

 p { color: rgb(71,161,250); }

 H1.HeaderClassName
 {
   color: #47A1FA;
 }
 .AnyTagClassName
 {
   color: #47A1FA;
 }
</style>

background-color css

<style>
 a { background-color: #47A1FA; }

 a { background-color: rgb(71,161,250); }

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

border-color css

<style>
 span { border-color: #47A1FA; }

 span { border-color: rgb(71,161,250); }

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