Html Css Color HEX #47A0FF Cornflower Blue

📋 copy color: '#47A0FF'

red 71 ◦ green 160 ◦ blue 255

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

Shades of Cornflower Blue #47A0FF

Tints of Cornflower Blue #47A0FF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.92%

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

R = 14.61%
G = 32.92%
B = 52.47%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#47A0FF (or 0x47A0FF) is known color: Cornflower Blue. HEX triplet: 47, A0 and FF. RGB value is (71,160,255). Sum of RGB (Red+Green+Blue) = 71+160+255=486 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.61% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #47A0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47A0FF is #B85F00. Grayscale: #8F8F8F. Windows color (decimal): -12082945 or 16752711. OLE color: 16752711.

HSL color Cylindrical-coordinate representation of color #47A0FF: hue angle of 210.98º 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 #47A0FF is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 160 255 -
CMYK 0.72 0.37 0 0
HSL 210.98º 1% 0.64% -
HSV(B) 210.98º 0.72% 1% -
XYZ 33.22 33.7 99.36 -
YUV 144.22 190.51 75.78 -
System Red Green Blue C M Y K H S L
Decimal 71 160 255 0.72 0.37 0 0 210.98 1 0.64
Hex 47 A0 FF 48 25 0 0 D3 64 40
Octal 107 240 377 110 45 0 0 323 144 100
Binary 1000111 10100000 11111111 1001000 100101 0 0 11010011 1100100 1000000

Color Harmonies of #47A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A0FF

Black with #47A0FF

Text Example


Text Example

White with #47A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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