Html Css Color HEX #479EFC Cornflower Blue

📋 copy color: '#479EFC'

red 71 ◦ green 158 ◦ blue 252

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

Shades of Cornflower Blue #479EFC

Tints of Cornflower Blue #479EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.39%

R = 14.76%
G = 32.85%
B = 52.39%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#479EFC (or 0x479EFC) is known color: Cornflower Blue. HEX triplet: 47, 9E and FC. RGB value is (71,158,252). Sum of RGB (Red+Green+Blue) = 71+158+252=481 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.76% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #479EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479EFC is #B86103. Grayscale: #8E8E8E. Windows color (decimal): -12083460 or 16555591. OLE color: 16555591.

HSL color Cylindrical-coordinate representation of color #479EFC: hue angle of 211.16º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #479EFC is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 158 252 -
CMYK 0.72 0.37 0 0.01
HSL 211.16º 0.97% 0.63% -
HSV(B) 211.16º 0.72% 0.99% -
XYZ 32.4 32.82 96.72 -
YUV 142.7 189.68 76.86 -
System Red Green Blue C M Y K H S L
Decimal 71 158 252 0.72 0.37 0 0.01 211.16 0.97 0.63
Hex 47 9E FC 48 25 0 1 D3 61 3F
Octal 107 236 374 110 45 0 1 323 141 77
Binary 1000111 10011110 11111100 1001000 100101 0 1 11010011 1100001 111111

Color Harmonies of #479EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479EFC

Black with #479EFC

Text Example


Text Example

White with #479EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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