Html Css Color HEX #4D80FF Cornflower Blue

📋 copy color: '#4D80FF'

red 77 ◦ green 128 ◦ blue 255

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

Shades of Cornflower Blue #4D80FF

Tints of Cornflower Blue #4D80FF

RGB

 RED value IS 77 (30.47% from 255) = 16.74%

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

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

R = 16.74%
G = 27.83%
B = 55.43%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4D80FF (or 0x4D80FF) is known color: Cornflower Blue. HEX triplet: 4D, 80 and FF. RGB value is (77,128,255). Sum of RGB (Red+Green+Blue) = 77+128+255=460 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.74% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D80FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D80FF is #B27F00. Grayscale: #7E7E7E. Windows color (decimal): -11697921 or 16744525. OLE color: 16744525.

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

Color convert

RGB 77 128 255 -
CMYK 0.70 0.50 0 0
HSL 222.81º 1% 0.65% -
HSV(B) 222.81º 0.7% 1% -
XYZ 28.83 24.24 97.77 -
YUV 127.23 200.1 92.17 -
System Red Green Blue C M Y K H S L
Decimal 77 128 255 0.70 0.50 0 0 222.81 1 0.65
Hex 4D 80 FF 46 32 0 0 DF 64 41
Octal 115 200 377 106 62 0 0 337 144 101
Binary 1001101 10000000 11111111 1000110 110010 0 0 11011111 1100100 1000001

Color Harmonies of #4D80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D80FF

Black with #4D80FF

Text Example


Text Example

White with #4D80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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