Html Css Color HEX #4F80FF Cornflower Blue

📋 copy color: '#4F80FF'

red 79 ◦ green 128 ◦ blue 255

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

Shades of Cornflower Blue #4F80FF

Tints of Cornflower Blue #4F80FF

RGB

 RED value IS 79 (31.25% from 255) = 17.1%

 GREEN value IS 128 (50.39% from 255) = 27.71%

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

R = 17.1%
G = 27.71%
B = 55.19%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4F80FF (or 0x4F80FF) is known color: Cornflower Blue. HEX triplet: 4F, 80 and FF. RGB value is (79,128,255). Sum of RGB (Red+Green+Blue) = 79+128+255=462 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.10% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F80FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F80FF is #B07F00. Grayscale: #7F7F7F. Windows color (decimal): -11566849 or 16744527. OLE color: 16744527.

HSL color Cylindrical-coordinate representation of color #4F80FF: hue angle of 223.3º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F80FF is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 79 128 255 -
CMYK 0.69 0.50 0 0
HSL 223.3º 1% 0.65% -
HSV(B) 223.3º 0.69% 1% -
XYZ 28.99 24.32 97.77 -
YUV 127.83 199.77 93.17 -
System Red Green Blue C M Y K H S L
Decimal 79 128 255 0.69 0.50 0 0 223.3 1 0.65
Hex 4F 80 FF 45 32 0 0 DF 64 41
Octal 117 200 377 105 62 0 0 337 144 101
Binary 1001111 10000000 11111111 1000101 110010 0 0 11011111 1100100 1000001

Color Harmonies of #4F80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F80FF

Black with #4F80FF

Text Example


Text Example

White with #4F80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F80FF; }

 p { color: rgb(79,128,255); }

 H1.HeaderClassName
 {
   color: #4F80FF;
 }
 .AnyTagClassName
 {
   color: #4F80FF;
 }
</style>

background-color css

<style>
 a { background-color: #4F80FF; }

 a { background-color: rgb(79,128,255); }

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

border-color css

<style>
 span { border-color: #4F80FF; }

 span { border-color: rgb(79,128,255); }

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