Html Css Color HEX #479EFF Cornflower Blue

📋 copy color: '#479EFF'

red 71 ◦ green 158 ◦ blue 255

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

Shades of Cornflower Blue #479EFF

Tints of Cornflower Blue #479EFF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.64%

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

R = 14.67%
G = 32.64%
B = 52.69%

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

#479EFF (or 0x479EFF) is known color: Cornflower Blue. HEX triplet: 47, 9E and FF. RGB value is (71,158,255). Sum of RGB (Red+Green+Blue) = 71+158+255=484 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.67% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #479EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479EFF is #B86100. Grayscale: #8E8E8E. Windows color (decimal): -12083457 or 16752199. OLE color: 16752199.

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

Color convert

RGB 71 158 255 -
CMYK 0.72 0.38 0 0
HSL 211.63º 1% 0.64% -
HSV(B) 211.63º 0.72% 1% -
XYZ 32.88 33.01 99.25 -
YUV 143.05 191.18 76.61 -
System Red Green Blue C M Y K H S L
Decimal 71 158 255 0.72 0.38 0 0 211.63 1 0.64
Hex 47 9E FF 48 26 0 0 D4 64 40
Octal 107 236 377 110 46 0 0 324 144 100
Binary 1000111 10011110 11111111 1001000 100110 0 0 11010100 1100100 1000000

Color Harmonies of #479EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479EFF

Black with #479EFF

Text Example


Text Example

White with #479EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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