Html Css Color HEX #5B80FE Cornflower Blue

📋 copy color: '#5B80FE'

red 91 ◦ green 128 ◦ blue 254

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

Shades of Cornflower Blue #5B80FE

Tints of Cornflower Blue #5B80FE

RGB

 RED value IS 91 (35.94% from 255) = 19.24%

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

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

R = 19.24%
G = 27.06%
B = 53.7%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5B80FE (or 0x5B80FE) is known color: Cornflower Blue. HEX triplet: 5B, 80 and FE. RGB value is (91,128,254). Sum of RGB (Red+Green+Blue) = 91+128+254=473 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.24% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B80FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B80FE is #A47F01. Grayscale: #828282. Windows color (decimal): -10780418 or 16679003. OLE color: 16679003.

HSL color Cylindrical-coordinate representation of color #5B80FE: hue angle of 226.38º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B80FE is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 91 128 254 -
CMYK 0.64 0.50 0 0.00
HSL 226.38º 0.99% 0.68% -
HSV(B) 226.38º 0.64% 1% -
XYZ 29.92 24.82 96.98 -
YUV 131.3 197.24 99.25 -
System Red Green Blue C M Y K H S L
Decimal 91 128 254 0.64 0.50 0 0.00 226.38 0.99 0.68
Hex 5B 80 FE 40 32 0 0 E2 63 44
Octal 133 200 376 100 62 0 0 342 143 104
Binary 1011011 10000000 11111110 1000000 110010 0 0 11100010 1100011 1000100

Color Harmonies of #5B80FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B80FE

Black with #5B80FE

Text Example


Text Example

White with #5B80FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,128,254); }

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

background-color css

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

 a { background-color: rgb(91,128,254); }

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

border-color css

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

 span { border-color: rgb(91,128,254); }

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