Html Css Color HEX #47A1FD Cornflower Blue

📋 copy color: '#47A1FD'

red 71 ◦ green 161 ◦ blue 253

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

Shades of Cornflower Blue #47A1FD

Tints of Cornflower Blue #47A1FD

RGB

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

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

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

R = 14.64%
G = 33.2%
B = 52.16%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#47A1FD (or 0x47A1FD) is known color: Cornflower Blue. HEX triplet: 47, A1 and FD. RGB value is (71,161,253). Sum of RGB (Red+Green+Blue) = 71+161+253=485 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.64% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #47A1FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47A1FD is #B85E02. Grayscale: #909090. Windows color (decimal): -12082691 or 16621895. OLE color: 16621895.

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

Color convert

RGB 71 161 253 -
CMYK 0.72 0.36 0 0.01
HSL 210.33º 0.98% 0.64% -
HSV(B) 210.33º 0.72% 0.99% -
XYZ 33.07 33.92 97.73 -
YUV 144.58 189.18 75.52 -
System Red Green Blue C M Y K H S L
Decimal 71 161 253 0.72 0.36 0 0.01 210.33 0.98 0.64
Hex 47 A1 FD 48 24 0 1 D2 62 40
Octal 107 241 375 110 44 0 1 322 142 100
Binary 1000111 10100001 11111101 1001000 100100 0 1 11010010 1100010 1000000

Color Harmonies of #47A1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A1FD

Black with #47A1FD

Text Example


Text Example

White with #47A1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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