Html Css Color HEX #5080FD Cornflower Blue

📋 copy color: '#5080FD'

red 80 ◦ green 128 ◦ blue 253

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

Shades of Cornflower Blue #5080FD

Tints of Cornflower Blue #5080FD

RGB

 RED value IS 80 (31.64% from 255) = 17.35%

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

 BLUE value IS 253 (99.22% from 255) = 54.88%

R = 17.35%
G = 27.77%
B = 54.88%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5080FD (or 0x5080FD) is known color: Cornflower Blue. HEX triplet: 50, 80 and FD. RGB value is (80,128,253). Sum of RGB (Red+Green+Blue) = 80+128+253=461 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.35% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #5080FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5080FD is #AF7F02. Grayscale: #7F7F7F. Windows color (decimal): -11501315 or 16613456. OLE color: 16613456.

HSL color Cylindrical-coordinate representation of color #5080FD: hue angle of 223.35º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5080FD is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 128 253 -
CMYK 0.68 0.49 0 0.01
HSL 223.35º 0.98% 0.65% -
HSV(B) 223.35º 0.68% 0.99% -
XYZ 28.76 24.24 96.09 -
YUV 127.9 198.6 93.84 -
System Red Green Blue C M Y K H S L
Decimal 80 128 253 0.68 0.49 0 0.01 223.35 0.98 0.65
Hex 50 80 FD 44 31 0 1 DF 62 41
Octal 120 200 375 104 61 0 1 337 142 101
Binary 1010000 10000000 11111101 1000100 110001 0 1 11011111 1100010 1000001

Color Harmonies of #5080FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5080FD

Black with #5080FD

Text Example


Text Example

White with #5080FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5080FD; }

 p { color: rgb(80,128,253); }

 H1.HeaderClassName
 {
   color: #5080FD;
 }
 .AnyTagClassName
 {
   color: #5080FD;
 }
</style>

background-color css

<style>
 a { background-color: #5080FD; }

 a { background-color: rgb(80,128,253); }

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

border-color css

<style>
 span { border-color: #5080FD; }

 span { border-color: rgb(80,128,253); }

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