Html Css Color HEX #5082FF Cornflower Blue

📋 copy color: '#5082FF'

red 80 ◦ green 130 ◦ blue 255

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

Shades of Cornflower Blue #5082FF

Tints of Cornflower Blue #5082FF

RGB

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

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

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

R = 17.2%
G = 27.96%
B = 54.84%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5082FF (or 0x5082FF) is known color: Cornflower Blue. HEX triplet: 50, 82 and FF. RGB value is (80,130,255). Sum of RGB (Red+Green+Blue) = 80+130+255=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #5082FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5082FF is #AF7D00. Grayscale: #808080. Windows color (decimal): -11500801 or 16745040. OLE color: 16745040.

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

Color convert

RGB 80 130 255 -
CMYK 0.69 0.49 0 0
HSL 222.86º 1% 0.66% -
HSV(B) 222.86º 0.69% 1% -
XYZ 29.34 24.89 97.87 -
YUV 129.3 198.94 92.84 -
System Red Green Blue C M Y K H S L
Decimal 80 130 255 0.69 0.49 0 0 222.86 1 0.66
Hex 50 82 FF 45 31 0 0 DF 64 42
Octal 120 202 377 105 61 0 0 337 144 102
Binary 1010000 10000010 11111111 1000101 110001 0 0 11011111 1100100 1000010

Color Harmonies of #5082FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5082FF

Black with #5082FF

Text Example


Text Example

White with #5082FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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