Html Css Color HEX #47A3FF Cornflower Blue

📋 copy color: '#47A3FF'

red 71 ◦ green 163 ◦ blue 255

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

Shades of Cornflower Blue #47A3FF

Tints of Cornflower Blue #47A3FF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.33%

 BLUE value IS 255 (100% from 255) = 52.15%

R = 14.52%
G = 33.33%
B = 52.15%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#47A3FF (or 0x47A3FF) is known color: Cornflower Blue. HEX triplet: 47, A3 and FF. RGB value is (71,163,255). Sum of RGB (Red+Green+Blue) = 71+163+255=489 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.52% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #47A3FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47A3FF is #B85C00. Grayscale: #919191. Windows color (decimal): -12082177 or 16753479. OLE color: 16753479.

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

Color convert

RGB 71 163 255 -
CMYK 0.72 0.36 0 0
HSL 210º 1% 0.64% -
HSV(B) 210º 0.72% 1% -
XYZ 33.75 34.75 99.54 -
YUV 145.98 189.52 74.52 -
System Red Green Blue C M Y K H S L
Decimal 71 163 255 0.72 0.36 0 0 210 1 0.64
Hex 47 A3 FF 48 24 0 0 D2 64 40
Octal 107 243 377 110 44 0 0 322 144 100
Binary 1000111 10100011 11111111 1001000 100100 0 0 11010010 1100100 1000000

Color Harmonies of #47A3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A3FF

Black with #47A3FF

Text Example


Text Example

White with #47A3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,163,255); }

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

background-color css

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

 a { background-color: rgb(71,163,255); }

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

border-color css

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

 span { border-color: rgb(71,163,255); }

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