Html Css Color HEX #479BF7 Cornflower Blue

📋 copy color: '#479BF7'

red 71 ◦ green 155 ◦ blue 247

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

Shades of Cornflower Blue #479BF7

Tints of Cornflower Blue #479BF7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.77%

 BLUE value IS 247 (96.88% from 255) = 52.22%

R = 15.01%
G = 32.77%
B = 52.22%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#479BF7 (or 0x479BF7) is known color: Cornflower Blue. HEX triplet: 47, 9B and F7. RGB value is (71,155,247). Sum of RGB (Red+Green+Blue) = 71+155+247=473 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.01% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 247 (96.88% from 255 or 52.22% from 473); Max value from RGB is 247 - color contains mainly: blue. Hex color #479BF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479BF7 is #B86408. Grayscale: #8B8B8B. Windows color (decimal): -12084233 or 16227143. OLE color: 16227143.

HSL color Cylindrical-coordinate representation of color #479BF7: hue angle of 211.36º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #479BF7 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 71 155 247 -
CMYK 0.71 0.37 0 0.03
HSL 211.36º 0.92% 0.62% -
HSV(B) 211.36º 0.71% 0.97% -
XYZ 31.11 31.5 92.44 -
YUV 140.37 188.17 78.52 -
System Red Green Blue C M Y K H S L
Decimal 71 155 247 0.71 0.37 0 0.03 211.36 0.92 0.62
Hex 47 9B F7 47 25 0 3 D3 5C 3E
Octal 107 233 367 107 45 0 3 323 134 76
Binary 1000111 10011011 11110111 1000111 100101 0 11 11010011 1011100 111110

Color Harmonies of #479BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479BF7

Black with #479BF7

Text Example


Text Example

White with #479BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479BF7; }

 p { color: rgb(71,155,247); }

 H1.HeaderClassName
 {
   color: #479BF7;
 }
 .AnyTagClassName
 {
   color: #479BF7;
 }
</style>

background-color css

<style>
 a { background-color: #479BF7; }

 a { background-color: rgb(71,155,247); }

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

border-color css

<style>
 span { border-color: #479BF7; }

 span { border-color: rgb(71,155,247); }

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