Html Css Color HEX #47A1FF Cornflower Blue

📋 copy color: '#47A1FF'

red 71 ◦ green 161 ◦ blue 255

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

Shades of Cornflower Blue #47A1FF

Tints of Cornflower Blue #47A1FF

RGB

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

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

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

R = 14.58%
G = 33.06%
B = 52.36%

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

#47A1FF (or 0x47A1FF) is known color: Cornflower Blue. HEX triplet: 47, A1 and FF. RGB value is (71,161,255). Sum of RGB (Red+Green+Blue) = 71+161+255=487 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.58% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #47A1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47A1FF is #B85E00. Grayscale: #909090. Windows color (decimal): -12082689 or 16752967. OLE color: 16752967.

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

Color convert

RGB 71 161 255 -
CMYK 0.72 0.37 0 0
HSL 210.65º 1% 0.64% -
HSV(B) 210.65º 0.72% 1% -
XYZ 33.39 34.05 99.42 -
YUV 144.81 190.18 75.36 -
System Red Green Blue C M Y K H S L
Decimal 71 161 255 0.72 0.37 0 0 210.65 1 0.64
Hex 47 A1 FF 48 25 0 0 D3 64 40
Octal 107 241 377 110 45 0 0 323 144 100
Binary 1000111 10100001 11111111 1001000 100101 0 0 11010011 1100100 1000000

Color Harmonies of #47A1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A1FF

Black with #47A1FF

Text Example


Text Example

White with #47A1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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