Html Css Color HEX #5084FE Cornflower Blue

📋 copy color: '#5084FE'

red 80 ◦ green 132 ◦ blue 254

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

Shades of Cornflower Blue #5084FE

Tints of Cornflower Blue #5084FE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.33%

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

R = 17.17%
G = 28.33%
B = 54.51%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5084FE (or 0x5084FE) is known color: Cornflower Blue. HEX triplet: 50, 84 and FE. RGB value is (80,132,254). Sum of RGB (Red+Green+Blue) = 80+132+254=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #5084FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5084FE is #AF7B01. Grayscale: #818181. Windows color (decimal): -11500290 or 16680016. OLE color: 16680016.

HSL color Cylindrical-coordinate representation of color #5084FE: hue angle of 222.07º 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 #5084FE is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 132 254 -
CMYK 0.69 0.48 0 0.00
HSL 222.07º 0.99% 0.65% -
HSV(B) 222.07º 0.69% 1% -
XYZ 29.45 25.36 97.11 -
YUV 130.36 197.77 92.08 -
System Red Green Blue C M Y K H S L
Decimal 80 132 254 0.69 0.48 0 0.00 222.07 0.99 0.65
Hex 50 84 FE 45 30 0 0 DE 63 41
Octal 120 204 376 105 60 0 0 336 143 101
Binary 1010000 10000100 11111110 1000101 110000 0 0 11011110 1100011 1000001

Color Harmonies of #5084FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5084FE

Black with #5084FE

Text Example


Text Example

White with #5084FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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