Html Css Color HEX #5082FE Cornflower Blue

📋 copy color: '#5082FE'

red 80 ◦ green 130 ◦ blue 254

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

Shades of Cornflower Blue #5082FE

Tints of Cornflower Blue #5082FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.74%

R = 17.24%
G = 28.02%
B = 54.74%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5082FE (or 0x5082FE) is known color: Cornflower Blue. HEX triplet: 50, 82 and FE. RGB value is (80,130,254). Sum of RGB (Red+Green+Blue) = 80+130+254=464 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.24% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #5082FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5082FE is #AF7D01. Grayscale: #808080. Windows color (decimal): -11500802 or 16679504. OLE color: 16679504.

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

Color convert

RGB 80 130 254 -
CMYK 0.69 0.49 0 0.00
HSL 222.76º 0.99% 0.65% -
HSV(B) 222.76º 0.69% 1% -
XYZ 29.18 24.83 97.02 -
YUV 129.19 198.44 92.92 -
System Red Green Blue C M Y K H S L
Decimal 80 130 254 0.69 0.49 0 0.00 222.76 0.99 0.65
Hex 50 82 FE 45 31 0 0 DF 63 41
Octal 120 202 376 105 61 0 0 337 143 101
Binary 1010000 10000010 11111110 1000101 110001 0 0 11011111 1100011 1000001

Color Harmonies of #5082FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5082FE

Black with #5082FE

Text Example


Text Example

White with #5082FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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