Html Css Color HEX #479DFE Cornflower Blue

📋 copy color: '#479DFE'

red 71 ◦ green 157 ◦ blue 254

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

Shades of Cornflower Blue #479DFE

Tints of Cornflower Blue #479DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.57%

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 14.73%
G = 32.57%
B = 52.7%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#479DFE (or 0x479DFE) is known color: Cornflower Blue. HEX triplet: 47, 9D and FE. RGB value is (71,157,254). Sum of RGB (Red+Green+Blue) = 71+157+254=482 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.73% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #479DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479DFE is #B86201. Grayscale: #8D8D8D. Windows color (decimal): -12083714 or 16686407. OLE color: 16686407.

HSL color Cylindrical-coordinate representation of color #479DFE: hue angle of 211.8º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #479DFE is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 71 157 254 -
CMYK 0.72 0.38 0 0.00
HSL 211.8º 0.99% 0.64% -
HSV(B) 211.8º 0.72% 1% -
XYZ 32.54 32.61 98.34 -
YUV 142.34 191.01 77.11 -
System Red Green Blue C M Y K H S L
Decimal 71 157 254 0.72 0.38 0 0.00 211.8 0.99 0.64
Hex 47 9D FE 48 26 0 0 D4 63 40
Octal 107 235 376 110 46 0 0 324 143 100
Binary 1000111 10011101 11111110 1001000 100110 0 0 11010100 1100011 1000000

Color Harmonies of #479DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479DFE

Black with #479DFE

Text Example


Text Example

White with #479DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,157,254); }

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

background-color css

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

 a { background-color: rgb(71,157,254); }

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

border-color css

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

 span { border-color: rgb(71,157,254); }

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