Html Css Color HEX #5E80FA Cornflower Blue

📋 copy color: '#5E80FA'

red 94 ◦ green 128 ◦ blue 250

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

Shades of Cornflower Blue #5E80FA

Tints of Cornflower Blue #5E80FA

RGB

 RED value IS 94 (37.11% from 255) = 19.92%

 GREEN value IS 128 (50.39% from 255) = 27.12%

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

R = 19.92%
G = 27.12%
B = 52.97%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E80FA (or 0x5E80FA) is known color: Cornflower Blue. HEX triplet: 5E, 80 and FA. RGB value is (94,128,250). Sum of RGB (Red+Green+Blue) = 94+128+250=472 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.92% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E80FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E80FA is #A17F05. Grayscale: #838383. Windows color (decimal): -10583814 or 16416862. OLE color: 16416862.

HSL color Cylindrical-coordinate representation of color #5E80FA: hue angle of 226.92º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E80FA is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 128 250 -
CMYK 0.62 0.49 0 0.02
HSL 226.92º 0.94% 0.67% -
HSV(B) 226.92º 0.62% 0.98% -
XYZ 29.59 24.72 93.65 -
YUV 131.74 194.74 101.08 -
System Red Green Blue C M Y K H S L
Decimal 94 128 250 0.62 0.49 0 0.02 226.92 0.94 0.67
Hex 5E 80 FA 3E 31 0 2 E3 5E 43
Octal 136 200 372 76 61 0 2 343 136 103
Binary 1011110 10000000 11111010 111110 110001 0 10 11100011 1011110 1000011

Color Harmonies of #5E80FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E80FA

Black with #5E80FA

Text Example


Text Example

White with #5E80FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E80FA; }

 p { color: rgb(94,128,250); }

 H1.HeaderClassName
 {
   color: #5E80FA;
 }
 .AnyTagClassName
 {
   color: #5E80FA;
 }
</style>

background-color css

<style>
 a { background-color: #5E80FA; }

 a { background-color: rgb(94,128,250); }

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

border-color css

<style>
 span { border-color: #5E80FA; }

 span { border-color: rgb(94,128,250); }

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