Html Css Color HEX #47A0FC Cornflower Blue

📋 copy color: '#47A0FC'

red 71 ◦ green 160 ◦ blue 252

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

Shades of Cornflower Blue #47A0FC

Tints of Cornflower Blue #47A0FC

RGB

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

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

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

R = 14.7%
G = 33.13%
B = 52.17%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#47A0FC (or 0x47A0FC) is known color: Cornflower Blue. HEX triplet: 47, A0 and FC. RGB value is (71,160,252). Sum of RGB (Red+Green+Blue) = 71+160+252=483 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.70% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #47A0FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47A0FC is #B85F03. Grayscale: #8F8F8F. Windows color (decimal): -12082948 or 16556103. OLE color: 16556103.

HSL color Cylindrical-coordinate representation of color #47A0FC: hue angle of 210.5º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47A0FC is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 160 252 -
CMYK 0.72 0.37 0 0.01
HSL 210.5º 0.97% 0.63% -
HSV(B) 210.5º 0.72% 0.99% -
XYZ 32.74 33.51 96.84 -
YUV 143.88 189.01 76.02 -
System Red Green Blue C M Y K H S L
Decimal 71 160 252 0.72 0.37 0 0.01 210.5 0.97 0.63
Hex 47 A0 FC 48 25 0 1 D2 61 3F
Octal 107 240 374 110 45 0 1 322 141 77
Binary 1000111 10100000 11111100 1001000 100101 0 1 11010010 1100001 111111

Color Harmonies of #47A0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A0FC

Black with #47A0FC

Text Example


Text Example

White with #47A0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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