Html Css Color HEX #479FFF Cornflower Blue

📋 copy color: '#479FFF'

red 71 ◦ green 159 ◦ blue 255

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

Shades of Cornflower Blue #479FFF

Tints of Cornflower Blue #479FFF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.78%

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

R = 14.64%
G = 32.78%
B = 52.58%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#479FFF (or 0x479FFF) is known color: Cornflower Blue. HEX triplet: 47, 9F and FF. RGB value is (71,159,255). Sum of RGB (Red+Green+Blue) = 71+159+255=485 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.64% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #479FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479FFF is #B86000. Grayscale: #8F8F8F. Windows color (decimal): -12083201 or 16752455. OLE color: 16752455.

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

Color convert

RGB 71 159 255 -
CMYK 0.72 0.38 0 0
HSL 211.3º 1% 0.64% -
HSV(B) 211.3º 0.72% 1% -
XYZ 33.05 33.36 99.3 -
YUV 143.63 190.85 76.19 -
System Red Green Blue C M Y K H S L
Decimal 71 159 255 0.72 0.38 0 0 211.3 1 0.64
Hex 47 9F FF 48 26 0 0 D3 64 40
Octal 107 237 377 110 46 0 0 323 144 100
Binary 1000111 10011111 11111111 1001000 100110 0 0 11010011 1100100 1000000

Color Harmonies of #479FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479FFF

Black with #479FFF

Text Example


Text Example

White with #479FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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