Html Css Color HEX #5082EB Cornflower Blue

📋 copy color: '#5082EB'

red 80 ◦ green 130 ◦ blue 235

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

Shades of Cornflower Blue #5082EB

Tints of Cornflower Blue #5082EB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.21%

 BLUE value IS 235 (92.19% from 255) = 52.81%

R = 17.98%
G = 29.21%
B = 52.81%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5082EB (or 0x5082EB) is known color: Cornflower Blue. HEX triplet: 50, 82 and EB. RGB value is (80,130,235). Sum of RGB (Red+Green+Blue) = 80+130+235=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #5082EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5082EB is #AF7D14. Grayscale: #7E7E7E. Windows color (decimal): -11500821 or 15434320. OLE color: 15434320.

HSL color Cylindrical-coordinate representation of color #5082EB: hue angle of 220.65º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5082EB is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 130 235 -
CMYK 0.66 0.45 0 0.08
HSL 220.65º 0.79% 0.62% -
HSV(B) 220.65º 0.66% 0.92% -
XYZ 26.29 23.67 81.78 -
YUV 127.02 188.94 94.46 -
System Red Green Blue C M Y K H S L
Decimal 80 130 235 0.66 0.45 0 0.08 220.65 0.79 0.62
Hex 50 82 EB 42 2D 0 8 DD 4F 3E
Octal 120 202 353 102 55 0 10 335 117 76
Binary 1010000 10000010 11101011 1000010 101101 0 1000 11011101 1001111 111110

Color Harmonies of #5082EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5082EB

Black with #5082EB

Text Example


Text Example

White with #5082EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5082EB; }

 p { color: rgb(80,130,235); }

 H1.HeaderClassName
 {
   color: #5082EB;
 }
 .AnyTagClassName
 {
   color: #5082EB;
 }
</style>

background-color css

<style>
 a { background-color: #5082EB; }

 a { background-color: rgb(80,130,235); }

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

border-color css

<style>
 span { border-color: #5082EB; }

 span { border-color: rgb(80,130,235); }

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