Html Css Color HEX #5084FA Cornflower Blue

📋 copy color: '#5084FA'

red 80 ◦ green 132 ◦ blue 250

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

Shades of Cornflower Blue #5084FA

Tints of Cornflower Blue #5084FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.11%

R = 17.32%
G = 28.57%
B = 54.11%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5084FA (or 0x5084FA) is known color: Cornflower Blue. HEX triplet: 50, 84 and FA. RGB value is (80,132,250). Sum of RGB (Red+Green+Blue) = 80+132+250=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #5084FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5084FA is #AF7B05. Grayscale: #818181. Windows color (decimal): -11500294 or 16417872. OLE color: 16417872.

HSL color Cylindrical-coordinate representation of color #5084FA: hue angle of 221.65º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5084FA is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 132 250 -
CMYK 0.68 0.47 0 0.02
HSL 221.65º 0.94% 0.65% -
HSV(B) 221.65º 0.68% 0.98% -
XYZ 28.81 25.11 93.77 -
YUV 129.9 195.77 92.41 -
System Red Green Blue C M Y K H S L
Decimal 80 132 250 0.68 0.47 0 0.02 221.65 0.94 0.65
Hex 50 84 FA 44 2F 0 2 DE 5E 41
Octal 120 204 372 104 57 0 2 336 136 101
Binary 1010000 10000100 11111010 1000100 101111 0 10 11011110 1011110 1000001

Color Harmonies of #5084FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5084FA

Black with #5084FA

Text Example


Text Example

White with #5084FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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