Html Css Color HEX #47A0FD Cornflower Blue

📋 copy color: '#47A0FD'

red 71 ◦ green 160 ◦ blue 253

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

Shades of Cornflower Blue #47A0FD

Tints of Cornflower Blue #47A0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.27%

R = 14.67%
G = 33.06%
B = 52.27%

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

#47A0FD (or 0x47A0FD) is known color: Cornflower Blue. HEX triplet: 47, A0 and FD. RGB value is (71,160,253). Sum of RGB (Red+Green+Blue) = 71+160+253=484 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.67% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #47A0FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47A0FD is #B85F02. Grayscale: #8F8F8F. Windows color (decimal): -12082947 or 16621639. OLE color: 16621639.

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

Color convert

RGB 71 160 253 -
CMYK 0.72 0.37 0 0.01
HSL 210.66º 0.98% 0.64% -
HSV(B) 210.66º 0.72% 0.99% -
XYZ 32.9 33.57 97.67 -
YUV 143.99 189.51 75.94 -
System Red Green Blue C M Y K H S L
Decimal 71 160 253 0.72 0.37 0 0.01 210.66 0.98 0.64
Hex 47 A0 FD 48 25 0 1 D3 62 40
Octal 107 240 375 110 45 0 1 323 142 100
Binary 1000111 10100000 11111101 1001000 100101 0 1 11010011 1100010 1000000

Color Harmonies of #47A0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A0FD

Black with #47A0FD

Text Example


Text Example

White with #47A0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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